diff options
| author | 8cy <[email protected]> | 2020-04-15 08:40:43 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-15 08:40:43 -0700 |
| commit | 03b335b27f0e23002f5279b1006f75aa91691a84 (patch) | |
| tree | 30019351d75a4bcf3eca7388b938f46db0f33ee2 /src/bot.ts | |
| parent | worker to web, v6.0.3 (diff) | |
| download | dep-core-03b335b27f0e23002f5279b1006f75aa91691a84.tar.xz dep-core-03b335b27f0e23002f5279b1006f75aa91691a84.zip | |
no longer hosting ws, v6.0.4
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |