mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -6,8 +6,8 @@ module.exports = class CatCommand extends Command {
|
||||
name: 'cat',
|
||||
group: 'randomimg',
|
||||
memberName: 'cat',
|
||||
description: 'Sends a random cat picture. (;cat)',
|
||||
examples: [';cat']
|
||||
description: 'Sends a random cat picture. (x;cat)',
|
||||
examples: ['x;cat']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user