more fixes

This commit is contained in:
stryan 2021-12-19 18:07:20 -05:00
parent 7e8da6436d
commit 5afa7bb7d6
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ def parse_songs_from_string(mpd,message)
end
end
end
nil
end
options = {}
@ -102,6 +103,7 @@ bot.command :initialize do |event|
messages.each do |msg|
parse_songs_from_string(mpd,msg.content)
end
nil
end