diff options
| author | 8cy <[email protected]> | 2020-07-26 07:10:15 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-26 07:10:15 -0700 |
| commit | 8a10bace437a147975d939edfa5f6de9d0fdbf0d (patch) | |
| tree | abb20d0ebc33f16013ad58344a34c2d286e53fb5 /server/src/commands/emma/UglyCat.ts | |
| parent | feat/ fix/ chore/ improvment (diff) | |
| download | dep-core-8a10bace437a147975d939edfa5f6de9d0fdbf0d.tar.xz dep-core-8a10bace437a147975d939edfa5f6de9d0fdbf0d.zip | |
fix: emma commands only in emma server, improv: emma categories
Diffstat (limited to 'server/src/commands/emma/UglyCat.ts')
| -rw-r--r-- | server/src/commands/emma/UglyCat.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/emma/UglyCat.ts b/server/src/commands/emma/UglyCat.ts index 95193fe..367c010 100644 --- a/server/src/commands/emma/UglyCat.ts +++ b/server/src/commands/emma/UglyCat.ts @@ -6,7 +6,7 @@ export default class UglyCatEmma extends Command { public constructor() { super('uglycat', { aliases: ['uglycat', 'ugycat'], - category: 'fun', + category: 'emma', description: { content: 'Ugly Cat.', usage: '', |