-
Notifications
You must be signed in to change notification settings - Fork 1
Consider making hooks and rules' configuration entirely manual #67
Copy link
Copy link
Open
Description
#57 and #65 improved integration of some bot features with the Discord platform, enabling guild administrators to customize some things such as channels the bot automatically sends messages in.
However, the control they have on hooks and rules' configuration is still limited. They can not easily opt in or opt out of them, as:
- they are automatically created at the bot start
- the initial channel names have to match some expectations at the bot start
- if a channel name happens to match by accident, they end up being recreated at the bot start, without any way to disable them in the long term
A /config command (name to bikeshed), at least for hooks and rules, perhaps for guild commands too, should be added to allow administrators to enable or disable them as and when they want. That would also have the benefit of being able to get rid of the automatic (re)creation at startup, and of some non-scalable environment variables.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels