summaryrefslogtreecommitdiff
path: root/commands/voice/itemshop.js
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-10 11:43:19 -0700
committer8cy <[email protected]>2020-04-10 11:43:19 -0700
commit1134df0330ce4a8f2e9af97a638a5ffeac83be17 (patch)
tree25d150ad5e68bd975b570f63645bac3aca05a014 /commands/voice/itemshop.js
parentset default vol to 10%, 2.0.1 (diff)
downloads5nical-1134df0330ce4a8f2e9af97a638a5ffeac83be17.tar.xz
s5nical-1134df0330ce4a8f2e9af97a638a5ffeac83be17.zip
cool update :D, v2.0.2
- fix queue - random emojis behind confirm messages :D
Diffstat (limited to 'commands/voice/itemshop.js')
-rw-r--r--commands/voice/itemshop.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/voice/itemshop.js b/commands/voice/itemshop.js
index 6550604..3c91f2a 100644
--- a/commands/voice/itemshop.js
+++ b/commands/voice/itemshop.js
@@ -1,5 +1,6 @@
const ytdl = require('ytdl-core');
const { Command } = require('discord.js-commando');
+const emoji = require('emoji-random');
module.exports = class ItemShopVoice extends Command {
constructor(client) {
@@ -19,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!!!');
+ msg.reply('USE CODE FROZEN IN THE FORTNITE ITEM SHOP!!!' + emoji.random());
function timeCheck() {
if (dispatcher.streamTime >= 6000) {