diff options
| author | Sin <[email protected]> | 2020-07-07 20:15:36 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-07 20:15:36 -0700 |
| commit | 82c54c949ab8aacb025ffec0ec547d04fdb6a4e3 (patch) | |
| tree | 646dcef01723a7951c440c5618943150eb6ea179 /src | |
| parent | ugly cat command (diff) | |
| download | dep-core-82c54c949ab8aacb025ffec0ec547d04fdb6a4e3.tar.xz dep-core-82c54c949ab8aacb025ffec0ec547d04fdb6a4e3.zip | |
Update invite.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/bot/invite.ts | 4 |
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 +}; |