mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -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