summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
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()