summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 02:40:29 -0700
committer8cy <[email protected]>2020-04-23 02:40:29 -0700
commit8982033d856bf8f50487eb6af742d83a9b6f741e (patch)
treef60985fa38323541431586f67f3f9a98bad6b97c /src/bot.ts
parentCreate README.md (diff)
downloaddep-core-8982033d856bf8f50487eb6af742d83a9b6f741e.tar.xz
dep-core-8982033d856bf8f50487eb6af742d83a9b6f741e.zip
add invite cmd, v.7.3.5
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 56a0e92..e24a4b7 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -2,7 +2,7 @@ import config from './config.json';
import { CommandoClient } from 'discord.js-commando';
//import WS from './ws/ws';
import path from 'path';
-import { Structures, MessageAttachment } from 'discord.js';
+import { Structures } from 'discord.js';
import emoji from 'emoji-random';
Structures.extend('Guild', Guild => {
class MusicGuild extends Guild {
@@ -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.3.3', {
+ client.user.setActivity('uwu!help | v7.3.5', {
type: 'WATCHING'
});
});