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