Fixed Cleanup

master
BuildTools 2021-01-12 20:37:19 +01:00
parent 9f088473ac
commit c1a364445a
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -28,7 +28,7 @@ def printversion():
async def download():
await bot.change_presence(activity=discord.Game(name=" downloading Message History"))
os.system("rm *.tmp.yml")
os.system("rm chatlogs/*.tmp.yml")
for trainchannel in config["trainchannels"]:
channel = await bot.fetch_channel(trainchannel[0])
counter = 0