For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setting Up Permissions

Select which role can access the app

To configure which roles can access the app, run the following command in your server:

$approle @role1 @role2 ...

How It Works

  • This command allows you to authorize specific roles to access the app.

  • Anyone with any of the listed roles will be able to use the app.

  • You can include multiple roles in the same command.

Example:

$approle @Admin @Moderators @Members

Last updated