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