mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -11,8 +11,8 @@ module.exports = class TodayCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'today',
|
||||
description: 'Tells you what happened today. (;today)',
|
||||
examples: [';today']
|
||||
description: 'Tells you what happened today. (x;today)',
|
||||
examples: ['x;today']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user