summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/bot/support.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/bot/support.ts b/src/commands/bot/support.ts
index 4bb292b..7efe2d8 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 server](https://crack.cf/uwufier-support). ' + emoji.random())
+ .setDescription(`For support, please join [this Discord server](https://crack.cf/uwufier-support). ${emoji.random()}`)
msg.say(emb)
}
-}; \ No newline at end of file
+};