diff options
| author | 8cy <[email protected]> | 2020-04-21 10:54:46 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 10:54:46 -0700 |
| commit | d3323ae5ba9903e16af4cf6cd8cb71918a4d6d46 (patch) | |
| tree | cc6f90f826404899a583b3db41b1200c732d6ef9 /src | |
| parent | remove npm scripts, add version cmd, v7.3.1 (diff) | |
| download | dep-core-d3323ae5ba9903e16af4cf6cd8cb71918a4d6d46.tar.xz dep-core-d3323ae5ba9903e16af4cf6cd8cb71918a4d6d46.zip | |
formatting, v7.3.2
Diffstat (limited to 'src')
| -rw-r--r-- | src/bot.ts | 2 | ||||
| -rw-r--r-- | src/commands/utility/version.ts | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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.1', { + client.user.setActivity('uwu!help | v7.3.2', { type: 'WATCHING' }); }); diff --git a/src/commands/utility/version.ts b/src/commands/utility/version.ts index 14d555c..cdb08c8 100644 --- a/src/commands/utility/version.ts +++ b/src/commands/utility/version.ts @@ -25,7 +25,7 @@ export default class VersionUtility extends Command { m.edit(`** **`); let emb = new MessageEmbed() - .setDescription('uwufier\'s current build version is v7.3.1' + emoji.random()) + .setDescription('uwufier\'s current build version is v7.3.2. ' + emoji.random()) .setColor(0xFFCC4D) msg.channel.send(emb); |