Skip to content

Consider making hooks and rules' configuration entirely manual #67

@PolariTOON

Description

@PolariTOON

#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions