mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
23
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = class InfoCommand extends Command {
|
||||
aliases: ['information', 'stats'],
|
||||
group: 'util',
|
||||
memberName: 'info',
|
||||
description: 'Gives some bot info.',
|
||||
description: 'Responds with detailed bot information.',
|
||||
guarded: true,
|
||||
clientPermissions: ['EMBED_LINKS']
|
||||
});
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class InviteCommand extends Command {
|
||||
name: 'invite',
|
||||
group: 'util',
|
||||
memberName: 'invite',
|
||||
description: 'Sends you an invite for the bot and an invite to my server.',
|
||||
description: 'Responds with an invite for the bot and an invite to the home server.',
|
||||
guarded: true
|
||||
});
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class ShardInfoCommand extends Command {
|
||||
aliases: ['shard', 'shard-stats'],
|
||||
group: 'util',
|
||||
memberName: 'shard-info',
|
||||
description: 'Gives some bot info for the Shard you specify.',
|
||||
description: 'Responds with detailed information for a specific Shard.',
|
||||
guarded: true,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
args: [
|
||||
|
||||
@@ -8,7 +8,7 @@ module.exports = class UptimeCommand extends Command {
|
||||
name: 'uptime',
|
||||
group: 'util',
|
||||
memberName: 'uptime',
|
||||
description: 'Displays how long the bot has been active on this shard.',
|
||||
description: 'Responds with how long the bot has been active on this Shard.',
|
||||
guarded: true
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user