mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -8,8 +8,8 @@ module.exports = class UptimeCommand extends Command {
|
||||
name: 'uptime',
|
||||
group: 'util',
|
||||
memberName: 'uptime',
|
||||
description: 'Displays how long the bot has been active. (;uptime)',
|
||||
examples: [';uptime']
|
||||
description: 'Displays how long the bot has been active. (x;uptime)',
|
||||
examples: ['x;uptime']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user