mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Oops
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = class HelpCommand extends Command {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const embed = new RichEmbed()
|
const embed = new RichEmbed()
|
||||||
.setTitle(`Commands Available in ${msg.guild ? msg.guild.name : 'this DM'}`)
|
.setTitle(command !== 'all' ? `Commands Available in ${msg.guild ? msg.guild.name : 'this DM'}` : 'All Commands')
|
||||||
.setDescription(`Use ${this.usage('<command>', null, null)} to view detailed information about a specific command.`)
|
.setDescription(`Use ${this.usage('<command>', null, null)} to view detailed information about a specific command.`)
|
||||||
.setColor(0x00AE86);
|
.setColor(0x00AE86);
|
||||||
for (const group of this.client.registry.groups.array()) {
|
for (const group of this.client.registry.groups.array()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user