mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
CommandoClient, Change Filenames, etc.
This commit is contained in:
@@ -7,10 +7,10 @@ require('moment-duration-format');
|
||||
module.exports = class GuildInfoCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'server',
|
||||
aliases: ['guild', 'server-info', 'guild-info'],
|
||||
name: 'server-info',
|
||||
aliases: ['guild', 'server', 'guild-info'],
|
||||
group: 'guildinfo',
|
||||
memberName: 'server',
|
||||
memberName: 'server-info',
|
||||
description: 'Gives some info on the current server.',
|
||||
guildOnly: true
|
||||
});
|
||||
@@ -5,7 +5,7 @@ module.exports = class QuantumCoinCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'quantum-coin',
|
||||
aliases: ['qcoin'],
|
||||
aliases: ['q-coin'],
|
||||
group: 'response',
|
||||
memberName: 'quantum-coin',
|
||||
description: 'Flips a coin that lands on nothing.'
|
||||
@@ -7,8 +7,8 @@ require('moment-duration-format');
|
||||
module.exports = class UserInfoCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'user',
|
||||
aliases: ['user-info', 'member', 'member-info'],
|
||||
name: 'user-info',
|
||||
aliases: ['user', 'member', 'member-info'],
|
||||
group: 'userinfo',
|
||||
memberName: 'user',
|
||||
description: 'Gives some info on a user.',
|
||||
@@ -7,7 +7,7 @@ module.exports = class ShardInfoCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'shard-info',
|
||||
aliases: ['shard'],
|
||||
aliases: ['shard', 'shard-stats'],
|
||||
group: 'util',
|
||||
memberName: 'shard-info',
|
||||
description: 'Gives some bot info for the Shard you specify.',
|
||||
Reference in New Issue
Block a user