diff options
| author | 8cy <[email protected]> | 2020-04-10 11:47:50 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-10 11:47:50 -0700 |
| commit | b89247135684b52e3a23266327e7bea35f4b2592 (patch) | |
| tree | f56910aff48789a458f8d68092ea75fe553bfc14 /commands/fun | |
| parent | cool update :D, v2.0.2 (diff) | |
| download | s5nical-b89247135684b52e3a23266327e7bea35f4b2592.tar.xz s5nical-b89247135684b52e3a23266327e7bea35f4b2592.zip | |
spaces between emoji, v2.0.3
Diffstat (limited to 'commands/fun')
| -rw-r--r-- | commands/fun/quote.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/fun/quote.js b/commands/fun/quote.js index cde9e90..6ad0f89 100644 --- a/commands/fun/quote.js +++ b/commands/fun/quote.js @@ -18,13 +18,13 @@ module.exports = class QuoteFun extends Command { } run(msg, args) { if (!args.length) { - msg.reply(atquotes.getQuote()); + msg.reply(atquotes.getQuote() + ' ' + emoji.random()); } else if (args[0] == 'finn') { - msg.reply(atquotes.getFinnQuote() + emoji.random()); + msg.reply(atquotes.getFinnQuote() + ' ' + emoji.random()); } else if (args[0] == 'jake') { - msg.reply(atquotes.getJakeQuote() + emoji.random()); + msg.reply(atquotes.getJakeQuote() + ' ' + emoji.random()); } else if (args[0] == 'ice-king') { - msg.reply(atquotes.getIceKingQuote() + emoji.random()); + msg.reply(atquotes.getIceKingQuote() + ' ' + emoji.random()); } } };
\ No newline at end of file |