summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-15 08:40:43 -0700
committer8cy <[email protected]>2020-04-15 08:40:43 -0700
commit03b335b27f0e23002f5279b1006f75aa91691a84 (patch)
tree30019351d75a4bcf3eca7388b938f46db0f33ee2 /src
parentworker to web, v6.0.3 (diff)
downloaddep-core-03b335b27f0e23002f5279b1006f75aa91691a84.tar.xz
dep-core-03b335b27f0e23002f5279b1006f75aa91691a84.zip
no longer hosting ws, v6.0.4
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()