Bot Permissions¶
Discord bot permissions control which users can execute bot commands. These work the same way as in-game permissions — grant them via add_ace in your server.cfg.
How to Grant¶
Grant to a specific Discord user:
1 | |
Grant to a Discord role:
1 | |
Grant all bot commands to a group:
1 | |
Bot Commands¶
| Permission | What It Does |
|---|---|
easyadmin.bot.history |
Use the /history command (view player action history) |
easyadmin.bot.notes |
Use the /notes command (view admin notes) |
Server Owner¶
The server owner (the Discord user associated with the bot token) has all bot permissions by default and does not need to be granted them explicitly.