diff options
| author | 8cy <[email protected]> | 2020-04-23 02:40:29 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-23 02:40:29 -0700 |
| commit | 8982033d856bf8f50487eb6af742d83a9b6f741e (patch) | |
| tree | f60985fa38323541431586f67f3f9a98bad6b97c /src/bot.ts | |
| parent | Create README.md (diff) | |
| download | dep-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.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' }); }); |