diff options
Diffstat (limited to 'src')
| -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() |