diff options
| author | 8cy <[email protected]> | 2020-05-09 20:07:01 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-09 20:07:01 -0700 |
| commit | 54da8d67bb4747b1e01cf83609d237b3318d266e (patch) | |
| tree | e2bfe74910ce1a34565889686ff49a46cb10f400 /src/commands/bot/support.ts | |
| parent | add google, suggest + add suggest to joinmsg (diff) | |
| download | dep-core-54da8d67bb4747b1e01cf83609d237b3318d266e.tar.xz dep-core-54da8d67bb4747b1e01cf83609d237b3318d266e.zip | |
update formatting for support and joinmsg
Diffstat (limited to 'src/commands/bot/support.ts')
| -rw-r--r-- | src/commands/bot/support.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/support.ts b/src/commands/bot/support.ts index 7efe2d8..9475295 100644 --- a/src/commands/bot/support.ts +++ b/src/commands/bot/support.ts @@ -20,7 +20,7 @@ module.exports = class SupportBot extends Command { } run(msg: CommandoMessage) { let emb = new MessageEmbed() - .setDescription(`For support, please join [this Discord server](https://crack.cf/uwufier-support). ${emoji.random()}`) + .setDescription(`For support, please join [this Discord server](https://discord.com/invite/DVwXUwx). ${emoji.random()}`) msg.say(emb) } }; |