summaryrefslogtreecommitdiff
path: root/commands/voice/psycho.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/voice/psycho.js')
-rw-r--r--commands/voice/psycho.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/voice/psycho.js b/commands/voice/psycho.js
index 35ae025..9e84be0 100644
--- a/commands/voice/psycho.js
+++ b/commands/voice/psycho.js
@@ -1,5 +1,6 @@
const ytdl = require('ytdl-core');
const { Command } = require('discord.js-commando');
+const emoji = require('emoji-random');
module.exports = class PsychoVoice extends Command {
constructor(client) {