get-got / discord-downloader-go

A Discord bot program to download and otherwise handle files sent in Discord channels with extensive configuration. Can be used as a genuine Discord Bot or user account / self-bot
MIT License
271 stars 30 forks source link

Bot ignoring divideByUser:false and creating user directory/re-downloading anyway #108

Closed kauffy closed 7 months ago

kauffy commented 8 months ago

I moved the executable to another location and changed only the destination directory in settings.json. I moved all the previous content that the bot had downloaded into that folder.

I have divideByUser set to false in the defaults and in each channel's settings.

When I run it now, it will begin downloading the history of channels it has already downloaded, and deposit the content in a folder named for the bot alongside the images folder it is supposed to be downloading to.

I have been running this as a real bot on the old machine as well as the new.

get-got commented 8 months ago

@kauffy Can you show the config excluding sensitive info?

get-got commented 7 months ago

Please try the latest version and see the changelogs. I replaced the divideBy_____ settings with subfolders. Please let me know if you're still having issues.