summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bot.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bot.ts b/src/bot.ts
index f8e075d..808ea31 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -1,6 +1,6 @@
import config from './config.json';
import { CommandoClient } from 'discord.js-commando';
-import WS from './ws/ws';
+//import WS from './ws/ws';
import path from 'path';
import { Structures } from 'discord.js';
import emoji from 'emoji-random';
@@ -25,7 +25,7 @@ const client = new CommandoClient({
owner: '217348698294714370'
});
-var ws = new WS('123456', 5665, client)
+//var ws = new WS('123456', 5665, client)
client.registry
.registerDefaultTypes()