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/voice/itemshop.js | |
| 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/voice/itemshop.js')
| -rw-r--r-- | commands/voice/itemshop.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/voice/itemshop.js b/commands/voice/itemshop.js index 3c91f2a..c7b4825 100644 --- a/commands/voice/itemshop.js +++ b/commands/voice/itemshop.js @@ -20,7 +20,7 @@ module.exports = class ItemShopVoice extends Command { filter: 'audioonly' }); const dispatcher = connection.play(stream); - msg.reply('USE CODE FROZEN IN THE FORTNITE ITEM SHOP!!!' + emoji.random()); + msg.reply('USE CODE FROZEN IN THE FORTNITE ITEM SHOP!!! ' + emoji.random()); function timeCheck() { if (dispatcher.streamTime >= 6000) { |