-
Notifications
You must be signed in to change notification settings - Fork 0
Project Management
Projects can be managed by using the sub-commands of /modproject
.
/modproject setup
This will initialize the current channel as a project channel.
/modproject owner add
and /modproject owner remove
These commands are used to add or remove owners from the project.
You can (un)archive projects by moving them into or out of an archive category specified in settings.json
. This will automatically delete/create the project role and restrict certain project-related features (e.g. ticket creation, channel management).
/modproject delete
This will delete the project associated with the current channel, as well as everything related to it (e.g. the role used for notifications). This does not delete the channel. Deleting the channel has the same effect, but this is the preferred way.