Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nocturneidle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Creating a Tree

To start building a hierarchy, you first need to create the tree itself. User: Manage Server
Command
/tree create <name>
Example
/tree create name:Moderation
Tree names can be a maximum of 32 characters long. We recommend keeping them short and recognisable, as you will be typing them out frequently when running staff commands!

Viewing Trees

You can check the configuration of your trees at any time. This will display all the Base Roles, their Hierarchy Positions, and any Linked Roles attached to them, along with the status of custom DM Notices for that tree. User: Manage Server
Command
/tree view [tree]
If you leave [tree] parameter blank, the bot will display a high-level summary of all the trees currently configured in your server.
Example
/tree view

Renaming a Tree

If you ever need to rebrand a department, you can easily rename an existing tree without having to recreate all the roles inside it. User: Manage Server
Command
/tree rename <tree> <name>
Example
/tree rename tree:Event name:Event Team
Renaming a tree updates it everywhere in the database. You will immediately use the new name when running /staff commands.

Deleting a Tree

If a department is shut down or you want to start from scratch, you can permanently delete a tree. User: Manage Server
Command
/tree delete <tree>
Example
/tree delete tree:Partnership
This action cannot be undone. Deleting a tree will permanently wipe its configuration from the database, including all assigned Base Roles, Linked Roles, and custom DM Notices configured for that tree.
(Note: This does not delete the actual roles from your Discord server settings, it just unlinks them from the bot).