Overview
Most of the settings for the discord bot are hard-coded in the constants.py file. Although not difficult to edit, any setting that we might want to change requires a decent amount of effort. It could be beneficial to have a button/command to bring up a list of configurable settings to change.
Settings that we might want to change include things such as what the bot expects channel names to be and whether voice alerts should be enabled.
Look to the old help queue for ideas on what else we might want to change.
Overview
Most of the settings for the discord bot are hard-coded in the
constants.pyfile. Although not difficult to edit, any setting that we might want to change requires a decent amount of effort. It could be beneficial to have a button/command to bring up a list of configurable settings to change.Settings that we might want to change include things such as what the bot expects channel names to be and whether voice alerts should be enabled.
Look to the old help queue for ideas on what else we might want to change.