FlyingKatsu-Discord-Bots / MrProg

A Discord bot themed for MMBN fans (or anyone who wants a bot friend)
1 stars 1 forks source link

Temp files deleted before attachment completes #23

Open 23nd opened 7 years ago

23nd commented 7 years ago

I thought putting the delete code in a .then() handler would avoid this issue, but it still seems to happen randomly.

Might consider running a separate script to delete files that have not been touched for more than 1 hour.

23nd commented 7 years ago

Temporarily commented out the delete code in techdev branch.

23nd commented 7 years ago

Recent tests showed that the real culprit was probably my messing with the directory structure (temp folder missing). The delete code should be fine after all!