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