summaryrefslogtreecommitdiff
path: root/commands/voice/wahoo.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/wahoo.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/wahoo.js')
-rw-r--r--commands/voice/wahoo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/voice/wahoo.js b/commands/voice/wahoo.js
index d89dfe3..6a478c0 100644
--- a/commands/voice/wahoo.js
+++ b/commands/voice/wahoo.js
@@ -1,4 +1,5 @@
const { Command } = require('discord.js-commando');
+const emoji = require('emoji-random');
module.exports = class WahooVoice extends Command {
constructor(client) {