whitespace

This commit is contained in:
stryan 2022-05-01 18:39:39 -04:00
parent 373844e6d3
commit 4f85d58a77
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ bot.message(in: options[:channel_id],contains: "youtube.com") do |event|
parse_songs_from_string(event.content)
update_mpd(mpc)
end
puts("logging into discord")
bot.run(true)
puts("starting main loop")