mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -10,8 +10,8 @@ module.exports = class BanCommand extends Command {
|
||||
],
|
||||
group: 'moderation',
|
||||
memberName: 'ban',
|
||||
description: 'Bans a user. (;ban @User being a jerk.)',
|
||||
examples: [';ban @User being a jerk.'],
|
||||
description: 'Bans a user. (x;ban @User being a jerk.)',
|
||||
examples: ['x;ban @User being a jerk.'],
|
||||
guildOnly: true,
|
||||
args: [{
|
||||
key: 'member',
|
||||
|
||||
Reference in New Issue
Block a user