summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-21 08:57:17 -0700
committer8cy <[email protected]>2020-04-21 08:57:17 -0700
commitfadd61caf6e06be4cccae4e43487f309d2e74f10 (patch)
tree2d15a1f841acae0decd5214c1afb570eaa206c65 /src/bot.ts
parentweb back to worker, v7.2.5 (diff)
downloaddep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.tar.xz
dep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.zip
move assets around, v7.3.0
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 6ebb614..c31d560 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -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, MessageAttachment } from 'discord.js';
import emoji from 'emoji-random';
@@ -24,7 +24,7 @@ const client = new CommandoClient({
owner: '217348698294714370'
});
-var ws = new WS('123456', process.env.PORT, client)
+//var ws = new WS('123456', process.env.PORT, client)
client.registry
.registerDefaultTypes()
@@ -62,7 +62,7 @@ client.once('ready', () => {
console.log('\x1b[0m' + 'Servers: ' + '\x1b[36m' + `${client.guilds.cache.size}` + '\x1b[0m')
console.log()
- client.user.setActivity('uwu!help | v7.2.0', {
+ client.user.setActivity('uwu!help | v7.3.0', {
type: 'WATCHING'
});
});