mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = class RouletteCommand extends Command {
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'roulette',
|
||||
description: 'Chooses a random member. (;roulette Who is the best?)',
|
||||
examples: [';roulette Who is the best?'],
|
||||
description: 'Chooses a random member. (x;roulette Who is the best?)',
|
||||
examples: ['x;roulette Who is the best?'],
|
||||
guildOnly: true
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user