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