summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/bot/invite.ts4
1 files changed, 2 insertions, 2 deletions
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
+};