diff options
| author | 8cy <[email protected]> | 2020-04-12 05:48:25 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-12 05:48:25 -0700 |
| commit | b9b82004cd5e7b64deb1b20e2ea17353f4d01deb (patch) | |
| tree | e896855b35174116bc5ddc6e716e4a7a8ff40df2 /commands/voice/squeak.js | |
| parent | oop, v3.0.1 (diff) | |
| download | s5nical-b9b82004cd5e7b64deb1b20e2ea17353f4d01deb.tar.xz s5nical-b9b82004cd5e7b64deb1b20e2ea17353f4d01deb.zip | |
emojis for all :D, 3.0.2
Diffstat (limited to 'commands/voice/squeak.js')
| -rw-r--r-- | commands/voice/squeak.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/voice/squeak.js b/commands/voice/squeak.js index 04b664f..9d2b6a3 100644 --- a/commands/voice/squeak.js +++ b/commands/voice/squeak.js @@ -21,9 +21,9 @@ module.exports = class SqueakVoice extends Command { connection.disconnect(); }); } else if (msg.guild.voice) { - msg.reply('i\'m already playing that lol'); + msg.reply('i\'m already playing that lol ' + emoji.random()); } else { - msg.reply('you need to join a voice channel first silly'); + msg.reply('you need to join a voice channel first silly ' + emoji.random()); } } };
\ No newline at end of file |