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:
@@ -6,8 +6,8 @@ module.exports = class SpamCommand extends Command {
|
||||
name: 'spam',
|
||||
group: 'random',
|
||||
memberName: 'spam',
|
||||
description: 'Puts a picture of Spam. (;spam)',
|
||||
examples: [';spam']
|
||||
description: 'Puts a picture of Spam. (x;spam)',
|
||||
examples: ['x;spam']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user