From 82c54c949ab8aacb025ffec0ec547d04fdb6a4e3 Mon Sep 17 00:00:00 2001 From: Sin <50817549+8cy@users.noreply.github.com> Date: Tue, 7 Jul 2020 20:15:36 -0700 Subject: Update invite.ts --- src/commands/bot/invite.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/commands/bot/invite.ts b/src/commands/bot/invite.ts index be74630..c6fee83 100644 --- a/src/commands/bot/invite.ts +++ b/src/commands/bot/invite.ts @@ -21,7 +21,7 @@ module.exports = class InviteBot extends Command { } run(msg: CommandoMessage) { let emb = new MessageEmbed() - .setDescription('To invite the bot, please use [this link](https://crack.cf/uwu). ' + emoji.random()) + .setDescription('To invite the bot, please use [this link](https://kyzer.co/discord/bots/uwufier/). ' + emoji.random()) msg.say(emb) } -}; \ No newline at end of file +}; -- cgit v1.2.3