readd cleanup

This commit is contained in:
Arthur Lu 2022-08-22 23:57:57 +00:00
parent c53e7335ff
commit 835911cc4b

View File

@ -141,6 +141,7 @@ async def start_playing(voice_client):
await event.wait()
await voice_client.disconnect()
shutil.rmtree('session/') # temporary cleanup procedure, will add caching later
bot.start_playing = start_playing