diff --git a/Music-Bot.py b/Music-Bot.py index f4896fe..ca91844 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -103,7 +103,7 @@ else: @bot.command(name="Shutdown") async def _shutdown(ctx): - os.remove("cache/*") + os.system("rm -r cache/*") await ctx.send(f"{success}Shutting down...") #await bot.close