diff options
| author | 8cy <[email protected]> | 2020-04-23 03:06:16 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-23 03:06:16 -0700 |
| commit | c7d61abdce08a89fbef2ec62779d8f1481f6df64 (patch) | |
| tree | d531d580f907ee15b8165e065bff77c82a964cff /src | |
| parent | add invite cmd, v.7.3.5 (diff) | |
| download | dep-core-c7d61abdce08a89fbef2ec62779d8f1481f6df64.tar.xz dep-core-c7d61abdce08a89fbef2ec62779d8f1481f6df64.zip | |
change invite link, v.7.3.6
Diffstat (limited to 'src')
| -rw-r--r-- | src/bot.ts | 2 | ||||
| -rw-r--r-- | src/commands/utility/invite.ts | 2 | ||||
| -rw-r--r-- | src/commands/utility/version.ts | 2 |
3 files changed, 3 insertions, 3 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.5', { + client.user.setActivity('uwu!help | v7.3.6', { type: 'WATCHING' }); }); diff --git a/src/commands/utility/invite.ts b/src/commands/utility/invite.ts index c151099..4e8150e 100644 --- a/src/commands/utility/invite.ts +++ b/src/commands/utility/invite.ts @@ -16,6 +16,6 @@ module.exports = class InviteUtility extends Command { }); } run(msg: CommandoMessage) { - msg.reply('https://discordapp.com/api/oauth2/authorize?client_id=699473263998271489&permissions=8&scope=bot') + msg.reply('https://crack.cf/uwu') } };
\ No newline at end of file diff --git a/src/commands/utility/version.ts b/src/commands/utility/version.ts index 3bdccef..b8d65eb 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.5**. ' + emoji.random()) + .setDescription('uwufier\'s current build version is **v7.3.6**. ' + emoji.random()) .setColor(0xFFCC4D) msg.channel.send(emb); |