summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-21 20:38:53 -0700
committer8cy <[email protected]>2020-05-21 20:38:53 -0700
commit953cd82f0a11f9b0b96d7588069f4c2925f8cf3e (patch)
tree9f3b9e15be101404e1485dc965fe83fa3ad5c456 /src/bot.ts
parentfix bot file location (diff)
downloaddep-core-953cd82f0a11f9b0b96d7588069f4c2925f8cf3e.tar.xz
dep-core-953cd82f0a11f9b0b96d7588069f4c2925f8cf3e.zip
take down api
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bot.ts b/src/bot.ts
index e826f53..7900d7a 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -1,7 +1,7 @@
import config from './config.json';
import { CommandoClient } from 'discord.js-commando';
// @ts-ignore no default import
-import WS from './server';
+//import WS from './server';
import Welcome from './models/welcome.js';
import Goodbye from './models/goodbye.js';
import mongoose from 'mongoose';
@@ -18,7 +18,7 @@ const client = new CommandoClient({
invite: 'https://discord.gg/DVwXUwx'
});
-const ws = new WS(process.env.PORT, client)
+//const ws = new WS(process.env.PORT, client)
client.registry
.registerDefaultTypes()