From 548ab956c2d72003db72b8a8be9cc0af9bac592c Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Sun, 31 Oct 2021 19:08:43 -0500 Subject: [PATCH] Revert "Probably good stuff. Still works." It does not work, is bad stuff. This reverts commit d874451ee86163d0a67c58870927acf254bd6e34. --- modules/playMusic/main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/playMusic/main.rb b/modules/playMusic/main.rb index dadff0d..939696c 100644 --- a/modules/playMusic/main.rb +++ b/modules/playMusic/main.rb @@ -21,7 +21,7 @@ def playMusic(bot, bang) elsif arguments.include? "youtu" actuallyPlayMusic(bot, event, arguments, voice_channel, server) else - actuallyPlayMusic(bot, event, arguments, voice_channel, server) + event.respond "Invalid youtube link!" end end bot.message(with_text: "#{bang}Play") do |event|