mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 08:22:37 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -11,8 +11,8 @@ module.exports = class EmojiCommand extends Command {
|
||||
],
|
||||
group: 'guildinfo',
|
||||
memberName: 'emoji',
|
||||
description: 'Gives a list of the current server\'s emoji. (;emoji)',
|
||||
examples: [';emoji'],
|
||||
description: 'Gives a list of the current server\'s emoji. (x;emoji)',
|
||||
examples: ['x;emoji'],
|
||||
guildOnly: true
|
||||
});
|
||||
}
|
||||
|
||||
@@ -14,8 +14,8 @@ module.exports = class GuildInfoCommand extends Command {
|
||||
],
|
||||
group: 'guildinfo',
|
||||
memberName: 'server',
|
||||
description: 'Gives some info on the current server. (;server)',
|
||||
examples: [';server'],
|
||||
description: 'Gives some info on the current server. (x;server)',
|
||||
examples: ['x;server'],
|
||||
guildOnly: true
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user