Settings
The Bots have two types of settings - server wide and user preferences.
Server Wide Settings
Server wide settings are settings that affect the entire server. These settings can only be changed by users with the MANAGE_SETTINGS
permission via the /settings
command.
Available Settings
Setting | Description |
---|---|
logging | Allows you to set a discord webhook url that will be used to log several actions on tasks. |
auto_labeling | Enables/Disabled auto labeling. When enabled the bot uses AI to determine the best fitting label based on a task title and description, when the task is created. |
auto_priority | Enables/Disables auto priority. When enabled the bot uses AI to determine the most fitting priority based on the task title and description, when the task is created. |
private_responses | When enabled responses from some commands (e.g. /task list or /task info ) are only visible to the user executing the command. When this is disabled, these responses will be visible to everyone. |
default_assignee | Allows changing the default assignee for a task where no one was assigned when the task is created. |
user_languages | If enabled, users can set their own preferred language via /preferences language . |
user_timezones | If enabled, users can set their own preferred timezone via /preferences timezone . |
language | Sets the language the bot and all other bots by bnder use. |
timezone | Sets the timezone the bot and all other bots by bnder use. |
dateformat | Sets the dateformat the bot and all other bots by bnder use. |
direct_messages | If disabled, the bot will not send direct messages to any user on the server for certain actions, like task assignments. |
User Preferences
User preferences are settings that affect only the user. These settings can be changed by the user via the /preferences
command or by administrators in the app.
Info:
Preferences can be disabled by the server administrator. If they are disabled, changing these will have no effect.
Available Preferences
Preference | Description |
---|---|
language | The language the bot and all other bots by bnder use to respond to commands |
timezone | The timezone the bot and all other bots by bnder use |
direct_messages | If enabled, the bot will send direct messages to users for certain actions, like task assignments. |
event_reminders | If enabled, the Calendar Manager will send reminders for upcoming events. |