You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2022. It is now read-only.
Any plans to allow passing bot configuration via a straight javascript object instead of requiring the use of a file? While of course doable, there's a bit of extra complexity involved in having to mount the config.json with secrets into a docker container, especially when the file itself is just JSON.
Hi there,
Any plans to allow passing bot configuration via a straight javascript object instead of requiring the use of a file? While of course doable, there's a bit of extra complexity involved in having to mount the
config.jsonwith secrets into a docker container, especially when the file itself is just JSON.