@jack1142 just to check, have you toggle [p]audioset status ? I assume so but just wanted to check.
Having a skim through the code and _status_check() is only called when status is set to True.
It then runs on LavalinkEvents.TRACK_START, LavalinkEvents.TRACK_END and LavalinkEvents.QUEUE_END
Auto disconnect should trigger a QUEUE_END so without doing any testing it seems that the only reason why this wouldn't reset the status is if the status was disabled after the track started playing.
Other bugs
Bot's status isn't cleared on auto-disconnect. It was already happening before Draper's PR came in.
How can we reproduce this issue?
[p]audioset emptydisconnect 10
[p]play audio url
The text was updated successfully, but these errors were encountered: