v3.5.0
- BREAKING CHANGE:
./config.ini
needs to be moved to/config/config.ini
(change needed to better support Docker - sorry!) - Add the possibility to define a Discord bot token on Docker startup with the environment variable
TOKEN
, eliminating the need to manually create aconfig.ini
file. TheTOKEN
environment variable will have no effect if aconfig.ini
file already exists (#138 closed #139 by @eibex)