Document Commands
💡
To understand the concept of documents, take a look at this page.
/document create
Opens a dialog to create a new document with title and content.
Required permission: MANAGE_DOCUMENTS
/document read
document
my document
Displays the content and title of a document
Required permission: READ_DOCUMENTS
/document info
document
my document
Displays meta information about a document. This includes creator, creation date, last edit date and more.
Required permission: READ_DOCUMENTS
/document list
project
my project
Lists all documents in a project. If no project is specified, it will list all documents across all projects.
Required permission: READ_DOCUMENTS
/document edit
document
my document
Opens a dialog box where the title and content of a document can be edited.
Required permission: MANAGE_DOCUMENTS
/document delete
document
my document
Provides a confirmation message where a document can be moved to a trash bin or deleted permanently.
Required permission: MANAGE_DOCUMENTS
/document restore
document
my document
Restores a document from the trash bin.
Required permission: MANAGE_DOCUMENTS
/document topic
document
my document
topic
my topic
Changes the topic of a document. This is useful to group documents by topic. If no topic is specified, the document will be removed from the topic.
Required permission: MANAGE_DOCUMENTS
Topic Commands
💡
To understand the concept of topics, take a look at this page.
/topic create
topic
my topic
project
my project
Creates a new topic with the specified name inside the specified project. If no project is specified, the currently selected project will be used.
Required permission: MANAGE_TOPICS
/topic list
project
my project
Lists all topics inside a project. If no project is specified all topics across all projects are listed.
Required permission: READ_DOCUMENTS
/topic rename
topic
my topic
new_name
my renamed topic
Renames a topic.
Required permission: MANAGE_TOPICS
/topic delete
topic
my topic
Provides the choice to move the topic and all documents inside it to the trash bin or delete it permanently.
Required permission: MANAGE_TOPICS
/topic restore
topic
my topic
Restores a topic and all of its documents from the trash bin.
Required permission: MANAGE_TOPICS
/topic move
topic
my topic
project
my project
Moves a topic and all of its documents into a different project.
Required permission: MANAGE_TOPICS
Project Commands
💡
To understand the concept of projects, take a look at this page.
/project create
project
My project
This will create a new project with the specified name. After the creation, all users on the server will be able to switch to the new project.
Required permission: MANAGE_PROJECTS
/project create-personal
project
My own project
This will create a new personal project with the specified name. You will have full control over this project and can add other users to it.
Required permission: CREATE_PERSONAL_PROJECTS
/project select
project
My project
This command allows you to select a different project. When new tasks are created, they will be created in the selected project.
/project list
Displays all projects on the server.
/project rename
project
My project
new_name
New project
Renames a project. If no project is specified, the currently selected project will be renamed.
Required permission: MANAGE_PROJECTS
/project delete
project
My project
Moves the specified project to the recycle bin. It can be restored until it is permanently deleted after 30 days. All tasks in this project will also be moved to the Recycle Bin. If deleted immediately, the project and all tasks within the project will be irrevocably deleted. The bot won't ask for confirmation.
Required permission: MANAGE_PROJECTS
/project restore
project
My project
Restores a project from the Recycle Bin
Required permission: MANAGE_PROJECTS
Permission Commands
💡
To understand the concept of permissions, take a look at this page.
/permission grant
mentionable
@User
permission
MANAGE_TASKS
project
My Project
This will grant the mentioned user or role the specified permission.
Required permission: MANAGE_PERMISSIONS
/permission revoke
mentionable
@User
permission
MANAGE_TASKS
project
My Project
Removes specified permisson from mentioned user. Users or roles with administrator permissions & server owners won't be affected by this. If the user has a role with the permission granted, he can still execute commands requiring that permission.
Required permission: MANAGE_PERMISSIONS
/permission list
mentionable
@User
project
My Project
This will display all permissions and show if the user has the permission.
Required permission: MANAGE_PERMISSIONS
/permission preset
preset
contributor
mentionable
@User
project
My Project
Apply a preset to a user or role. Presets are a collection of permissions.
Required permission: MANAGE_PERMISSIONS
General Commands
/support
Gives you the link to our Discord server (https://bnder.net/discord).
/invite
Gives you the link to invite the bot to your server.
/language
language
francais
Changes the language of the bot on the server. (This will affect the Task Manager and the Knowledge Manager if both are on the server).
Required permission: SET_LANGUAGE