idle when nothing playing

This commit is contained in:
stryan 2022-05-01 16:51:23 -04:00
parent 982275b69e
commit b7f86e5322
1 changed files with 2 additions and 0 deletions

View File

@ -106,5 +106,7 @@ loop do
sleep timer
if mpc.running?
bot.listening(mpc.nowplaying)
else
bot.idle
end
end