mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 16:19:12 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -6,8 +6,8 @@ module.exports = class ComplimentCommand extends Command {
|
||||
name: 'compliment',
|
||||
group: 'response',
|
||||
memberName: 'compliment',
|
||||
description: 'Compliments the user of your choice. (;compliment @User)',
|
||||
examples: [';compliment @User'],
|
||||
description: 'Compliments the user of your choice. (x;compliment @User)',
|
||||
examples: ['x;compliment @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to compliment?',
|
||||
|
||||
Reference in New Issue
Block a user