aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/snowflake.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/snowflake.ts')
-rw-r--r--src/commands/info/snowflake.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/snowflake.ts b/src/commands/info/snowflake.ts
index 083acbf..b203d94 100644
--- a/src/commands/info/snowflake.ts
+++ b/src/commands/info/snowflake.ts
@@ -1,3 +1,4 @@
+import { BushCommand, BushMessage, BushSlashMessage } from '@lib';
import {
CategoryChannel,
Channel,
@@ -15,7 +16,6 @@ import {
User,
VoiceChannel
} from 'discord.js';
-import { BushCommand, BushMessage, BushSlashMessage } from '../../lib';
export default class SnowflakeCommand extends BushCommand {
public constructor() {