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