Configuration shouldn't be part of the code.
Create a config file to store any kinds of settings the creators of bots might want to customize (e.g. whether to enable motivationals).
There could be a default config file, tracked on github, and a user-generated config file that is used to overwrite the defaults, that is added to .gitignore.
Configuration shouldn't be part of the code. Create a config file to store any kinds of settings the creators of bots might want to customize (e.g. whether to enable motivationals).
There could be a default config file, tracked on github, and a user-generated config file that is used to overwrite the defaults, that is added to
.gitignore
.