oops removed random function

This commit is contained in:
jacoobes
2022-02-13 01:42:11 -06:00
parent 2810ecafca
commit e0a2bee009
2 changed files with 2 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
enum sEvent {
GLOBAL_SLASH,
LOCAL_SLASH,
TEXT_CMD,
CRASH,
DM,
}
class Logger {

View File

@@ -4,8 +4,3 @@ import * as Types from './types/handler';
module.exports = { Sern, Utils, Types };
export { Sern, Utils, Types };
function t () {
}