diff --git a/src/commands/cheats/index.ts b/src/commands/cheats/index.ts deleted file mode 100644 index 652c895..0000000 --- a/src/commands/cheats/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -export const command = 't' -export const desc = '' -export const builder = {} -export const handler = (): void => exec() - -/** - * Execute the command - */ -const exec = (): void => { - console.log('hai') -}