summaryrefslogtreecommitdiff
path: root/src/commands/bot/servercount.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bot/servercount.ts')
-rw-r--r--src/commands/bot/servercount.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/bot/servercount.ts b/src/commands/bot/servercount.ts
index 84fdaae..31f6482 100644
--- a/src/commands/bot/servercount.ts
+++ b/src/commands/bot/servercount.ts
@@ -2,14 +2,14 @@ import { Command, CommandoMessage } from 'discord.js-commando';
import { MessageEmbed } from 'discord.js';
import emoji from 'emoji-random';
-module.exports = class ServerCountServer extends Command {
+module.exports = class ServerCountBot extends Command {
constructor(client) {
super(client, {
name: 'servercount',
aliases: ['sc', 'scount', 'serverc'],
- group: 'server',
+ group: 'bot',
memberName: 'servercount',
- description: 'Tells you the amount of servers uwufy is in.',
+ description: 'Tells you the amount of servers uwufier is in.',
userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
ownerOnly: true