From d874451ee86163d0a67c58870927acf254bd6e34 Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Sun, 31 Oct 2021 19:08:03 -0500 Subject: [PATCH] Probably good stuff. Still works. --- 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 939696c..dadff0d 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 - event.respond "Invalid youtube link!" + actuallyPlayMusic(bot, event, arguments, voice_channel, server) end end bot.message(with_text: "#{bang}Play") do |event|