mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 10:57:08 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = class WouldYouRatherCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'wouldyourather',
|
||||
description: 'Gets a random would you rather question. (;wouldyourather)',
|
||||
examples: [';wouldyourather']
|
||||
description: 'Gets a random would you rather question. (x;wouldyourather)',
|
||||
examples: ['x;wouldyourather']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user