diff options
Diffstat (limited to 'src/commands/utilities/steal.ts')
-rw-r--r-- | src/commands/utilities/steal.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/steal.ts b/src/commands/utilities/steal.ts index 01c39ea..7d61016 100644 --- a/src/commands/utilities/steal.ts +++ b/src/commands/utilities/steal.ts @@ -4,7 +4,7 @@ import { Snowflake } from 'discord-api-types'; export default class StealCommand extends BushCommand { public constructor() { super('steal', { - aliases: ['steal', 'copyemoji'], + aliases: ['steal', 'copy-emoji'], category: 'utilities', description: { content: 'Steal an emoji from another server and add it to your own.', |