summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
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'
});
});