mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -10,8 +10,8 @@ module.exports = class MotivateCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'motivate',
|
||||
description: 'Motivates someone. (;motivate @User)',
|
||||
examples: [';motivate @User'],
|
||||
description: 'Motivates someone. (x;motivate @User)',
|
||||
examples: ['x;motivate @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to motivate?',
|
||||
|
||||
Reference in New Issue
Block a user