From ceaec29aeaa4fdd785693e76dbb0198115eeb335 Mon Sep 17 00:00:00 2001 From: Sin <50817549+8cy@users.noreply.github.com> Date: Thu, 7 May 2020 19:26:18 -0700 Subject: change output method + formatting --- src/commands/bot/support.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 +}; -- cgit v1.2.3