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