diff options
| author | 8cy <[email protected]> | 2020-05-21 20:38:53 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-21 20:38:53 -0700 |
| commit | 953cd82f0a11f9b0b96d7588069f4c2925f8cf3e (patch) | |
| tree | 9f3b9e15be101404e1485dc965fe83fa3ad5c456 /src/bot.ts | |
| parent | fix bot file location (diff) | |
| download | dep-core-953cd82f0a11f9b0b96d7588069f4c2925f8cf3e.tar.xz dep-core-953cd82f0a11f9b0b96d7588069f4c2925f8cf3e.zip | |
take down api
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |