diff options
| author | 8cy <[email protected]> | 2020-04-10 11:43:19 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-10 11:43:19 -0700 |
| commit | 1134df0330ce4a8f2e9af97a638a5ffeac83be17 (patch) | |
| tree | 25d150ad5e68bd975b570f63645bac3aca05a014 /commands/voice/wahoo.js | |
| parent | set default vol to 10%, 2.0.1 (diff) | |
| download | s5nical-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.js | 1 |
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) { |