Skip to content

Commit

Permalink
Removed debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Sep 10, 2017
1 parent d7ec554 commit fe61878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SoundBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class SoundBot extends Discord.Client {
break;
default:
const sound = message.content;
console.log(sound);
if (sounds.includes(sound)) {
this.addToQueue(voiceChannel.id, sound, message);
if (!this._currentlyPlaying()) this.playSoundQueue();
Expand Down

0 comments on commit fe61878

Please sign in to comment.