diff options
| author | 8cy <[email protected]> | 2020-07-07 21:31:40 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-07 21:31:40 -0700 |
| commit | 62218ea97e5ce88720a277cb40751724524e10b8 (patch) | |
| tree | 12af95b8eebdde5413f14e34b9b86ce876f69b4c /src | |
| parent | mdplz (diff) | |
| parent | Update invite.ts (diff) | |
| download | dep-core-62218ea97e5ce88720a277cb40751724524e10b8.tar.xz dep-core-62218ea97e5ce88720a277cb40751724524e10b8.zip | |
Merge branch 'master' of https://github.com/8cy/uwufier
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 +}; |