clear now playing status

This commit is contained in:
stryan 2022-05-01 18:29:05 -04:00
parent 975f3d9aac
commit 30e8104b8a

View File

@ -116,6 +116,7 @@ loop do
puts("tried to update listening status but have empty now playing") puts("tried to update listening status but have empty now playing")
end end
else else
bot.listening("")
bot.idle bot.idle
end end
end end