From e0a2bee00943fc5ab4552324dbc7fb511974b1e0 Mon Sep 17 00:00:00 2001 From: jacoobes Date: Sun, 13 Feb 2022 01:42:11 -0600 Subject: [PATCH] oops removed random function --- src/handler/logger.ts | 4 ++-- src/index.ts | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/handler/logger.ts b/src/handler/logger.ts index f90be9d..9b1a959 100644 --- a/src/handler/logger.ts +++ b/src/handler/logger.ts @@ -1,11 +1,11 @@ - - enum sEvent { GLOBAL_SLASH, LOCAL_SLASH, TEXT_CMD, CRASH, + DM, + } class Logger { diff --git a/src/index.ts b/src/index.ts index 3a77436..78e789f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,8 +4,3 @@ import * as Types from './types/handler'; module.exports = { Sern, Utils, Types }; export { Sern, Utils, Types }; - - -function t () { - -} \ No newline at end of file