clear now playing status

This commit is contained in:
stryan 2022-05-01 18:29:05 -04:00
parent 975f3d9aac
commit 30e8104b8a
1 changed files with 1 additions and 0 deletions

View File

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