mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
oops removed random function
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
|
||||
|
||||
|
||||
enum sEvent {
|
||||
GLOBAL_SLASH,
|
||||
LOCAL_SLASH,
|
||||
TEXT_CMD,
|
||||
CRASH,
|
||||
DM,
|
||||
|
||||
}
|
||||
|
||||
class Logger {
|
||||
|
||||
@@ -4,8 +4,3 @@ import * as Types from './types/handler';
|
||||
|
||||
module.exports = { Sern, Utils, Types };
|
||||
export { Sern, Utils, Types };
|
||||
|
||||
|
||||
function t () {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user