summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSin <[email protected]>2020-07-07 20:15:36 -0700
committerGitHub <[email protected]>2020-07-07 20:15:36 -0700
commit82c54c949ab8aacb025ffec0ec547d04fdb6a4e3 (patch)
tree646dcef01723a7951c440c5618943150eb6ea179 /src
parentugly cat command (diff)
downloaddep-core-82c54c949ab8aacb025ffec0ec547d04fdb6a4e3.tar.xz
dep-core-82c54c949ab8aacb025ffec0ec547d04fdb6a4e3.zip
Update invite.ts
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
+};