mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -10,8 +10,8 @@ module.exports = class FishyCommand extends Command {
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'fishy',
|
||||
description: 'Catches a fish. (;fishy)',
|
||||
examples: [';fishy']
|
||||
description: 'Catches a fish. (x;fishy)',
|
||||
examples: ['x;fishy']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user