Skip to content

Project Management

Moritz Mechelk edited this page Sep 29, 2024 · 6 revisions

Projects can be managed by using the sub-commands of /modproject.

Creating Projects

/modproject setup
This will initialize the current channel as a project channel.

Managing Project Owners

/modproject owner add and /modproject owner remove
These commands are used to add or remove owners from the project.

Archiving and Unarchiving Projects

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

Deleting Projects

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

Clone this wiki locally