diff options
Diffstat (limited to 'src/commands/info')
-rw-r--r-- | src/commands/info/snowflake.ts (renamed from src/commands/info/snowflakeInfo.ts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/snowflakeInfo.ts b/src/commands/info/snowflake.ts index 603993a..8d6129b 100644 --- a/src/commands/info/snowflakeInfo.ts +++ b/src/commands/info/snowflake.ts @@ -17,7 +17,7 @@ import { } from 'discord.js'; import { BushCommand, BushMessage, BushSlashMessage } from '../../lib'; -export default class SnowflakeInfoCommand extends BushCommand { +export default class SnowflakeCommand extends BushCommand { public constructor() { super('snowflake', { aliases: ['snowflake', 'info', 'sf'], |