summaryrefslogtreecommitdiff
path: root/server/src
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-26 07:14:52 -0700
committer8cy <[email protected]>2020-07-26 07:14:52 -0700
commit7bda1fa4f70094887761fb003bb692e1850896e6 (patch)
treed703840af04d2ee6ed14b42c926577634a248b02 /server/src
parentfix: emma commands only in emma server, improv: emma categories (diff)
downloaddep-core-7bda1fa4f70094887761fb003bb692e1850896e6.tar.xz
dep-core-7bda1fa4f70094887761fb003bb692e1850896e6.zip
fix: categories mix-up
Diffstat (limited to 'server/src')
-rw-r--r--server/src/commands/server/MemberCount.ts2
-rw-r--r--server/src/commands/server/OldestMember.ts2
-rw-r--r--server/src/commands/server/User.ts2
3 files changed, 3 insertions, 3 deletions
diff --git a/server/src/commands/server/MemberCount.ts b/server/src/commands/server/MemberCount.ts
index ee870fe..2717705 100644
--- a/server/src/commands/server/MemberCount.ts
+++ b/server/src/commands/server/MemberCount.ts
@@ -5,7 +5,7 @@ export default class MemberCountServer extends Command {
public constructor() {
super('membercount', {
aliases: ['membercount', 'mc', 'member-count', 'members'],
- category: 'bot',
+ category: 'server',
description: {
content: 'Grabs the current server\'s member count.',
usage: '',
diff --git a/server/src/commands/server/OldestMember.ts b/server/src/commands/server/OldestMember.ts
index 6fea716..1a619d4 100644
--- a/server/src/commands/server/OldestMember.ts
+++ b/server/src/commands/server/OldestMember.ts
@@ -6,7 +6,7 @@ export default class OldestMemberServer extends Command {
public constructor() {
super('oldestmember', {
aliases: ['oldestmember'],
- category: 'bot',
+ category: 'server',
description: {
content: 'Grabs the current server\'s oldest member (registration time).',
usage: '',
diff --git a/server/src/commands/server/User.ts b/server/src/commands/server/User.ts
index 26a24e1..e18d8ea 100644
--- a/server/src/commands/server/User.ts
+++ b/server/src/commands/server/User.ts
@@ -6,7 +6,7 @@ export default class UserServer extends Command {
public constructor() {
super('user', {
aliases: ['user', 'userinfo', 'user-info'],
- category: 'bot',
+ category: 'server',
description: {
content: 'Grabs information on a specified user.',
usage: '[user]',