To run the bot through docker it would make things easier to separate dynamic (persistent) from static data. I'd suggest to roughly split the resource folder into:
data persistent data r/w by bot
resource database, media and all this static stuff r by bot
maybe a config folder or just a config.yml or config.py somewhere easy to find
To run the bot through docker it would make things easier to separate dynamic (persistent) from static data. I'd suggest to roughly split the
resource
folder into:data
persistent data r/w by botresource
database, media and all this static stuff r by botconfig
folder or just aconfig.yml
orconfig.py
somewhere easy to find