more fixes
This commit is contained in:
parent
7e8da6436d
commit
5afa7bb7d6
2
main.rb
2
main.rb
@ -31,6 +31,7 @@ def parse_songs_from_string(mpd,message)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
options = {}
|
options = {}
|
||||||
@ -102,6 +103,7 @@ bot.command :initialize do |event|
|
|||||||
messages.each do |msg|
|
messages.each do |msg|
|
||||||
parse_songs_from_string(mpd,msg.content)
|
parse_songs_from_string(mpd,msg.content)
|
||||||
end
|
end
|
||||||
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user