mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -10,8 +10,8 @@ module.exports = class UnbanCommand extends Command {
|
||||
],
|
||||
group: 'moderation',
|
||||
memberName: 'unban',
|
||||
description: 'Unbans a user. (;unban USERID not being a jerk.)',
|
||||
examples: [';unban USERID not being a jerk.'],
|
||||
description: 'Unbans a user. (x;unban USERID not being a jerk.)',
|
||||
examples: ['x;unban USERID not being a jerk.'],
|
||||
guildOnly: true,
|
||||
args: [{
|
||||
key: 'memberID',
|
||||
|
||||
Reference in New Issue
Block a user