mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -9,8 +9,8 @@ module.exports = class FortuneCookieCommand extends Command {
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'fortune',
|
||||
description: 'Fortune Cookie. (;fortune)',
|
||||
examples: [';fortune']
|
||||
description: 'Fortune Cookie. (x;fortune)',
|
||||
examples: ['x;fortune']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user