From 835911cc4bacf24f8b78ac078c25d45fbb2a723e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 22 Aug 2022 23:57:57 +0000 Subject: [PATCH] readd cleanup --- src/musicbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/musicbot.py b/src/musicbot.py index dc4a590..a7111e5 100644 --- a/src/musicbot.py +++ b/src/musicbot.py @@ -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