From 0325a1f586f4e2784302964a5cfe40651df067b6 Mon Sep 17 00:00:00 2001 From: Derek Rushforth Date: Thu, 23 May 2019 19:35:13 -0700 Subject: [PATCH] Remove unused file --- src/commands/cheats/index.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/commands/cheats/index.ts 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') -}