mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user