diff options
| author | Sin <[email protected]> | 2020-05-07 19:26:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-07 19:26:18 -0700 |
| commit | ceaec29aeaa4fdd785693e76dbb0198115eeb335 (patch) | |
| tree | 0c41f83587e33b3beaa73833a35c0d9b8905b41b /src | |
| parent | remove duplicate alias (diff) | |
| download | dep-core-ceaec29aeaa4fdd785693e76dbb0198115eeb335.tar.xz dep-core-ceaec29aeaa4fdd785693e76dbb0198115eeb335.zip | |
change output method + formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/bot/support.ts | 4 |
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 +}; |