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 ...
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 25 days ago