fix end of queue behavior

This commit is contained in:
Arthur Lu 2022-08-23 18:14:35 +00:00
parent bc18614027
commit a8480af667

View File

@ -175,7 +175,9 @@ async def start_playing(ctx):
except Exception as e:
print(e)
await ctx.voice_client.disconnect()
bot.queue = None
shutil.rmtree('session/') # temporary cleanup procedure, will add caching later
bot.start_playing = start_playing