Releases: eibex/reaction-light
Releases · eibex/reaction-light
v3.5.0c
- 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 a config.ini file. The TOKEN environment variable will have no effect if a config.ini file already exists (#138 closed #139 by @eibex)
- 3.5.0c: fixed startup issue
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)