Setting Up
Get started configuring Sentri to serve your staff and userbase!
Inviting Sentri
First, you'll need to invite Sentri. That's easy enough, just click here!
While Sentri doesn't require Administrator
, it's a security bot - it asks for it and more than likely will need it at some point in time. You are welcome to select your own permissions that you feel comfortable with, but, you may then introduce complexities with your own roles system or inadvertently remove a permission that a Sentri feature relies on to protect your server. Customize Sentri's permissions at your own risk.
The commands
The command youβre going to use the most is help. This command will show you all of the available commands of the bot with a small description.
You can also pick a command to get its detailed description and the parameters.
For example, the command [p]cleanup messages
in the cleanup cog has the syntax cleanup messages <number> [delete_pinned=False]
, which means delete_pinned
default will be false, unless you specify it as true.
You can use help to show the categories too, generally called cogs or modules, by doing the following (notice the capitalization):
Help also shows command groups. They are group of commands. To get the description of a subcommand, type this:
When using subcommands, you also need to specify the command group. As an example, cleanup
has 6 subcommands. If you want to use one of them, do: [p]cleanup messages 10
Permissions
Sentri works with different levels of permissions. Every module defines the level of permission needed for a command.
Permissions configuration is REQUIRED for Sentri to function properly. Sentri will NOT assume any permissions you've previously given a user are intended. A server owner MUST specify a Moderator-level and Administrator-level role for proper function and usage.
Server owner
The server owner can access all commands on his guild, except the global ones or those that can interact with system files (available for the bot owner).
Administrator
The administrator is defined by its roles. You can set multiple admin roles with the !set roles
commands.
For example, in the mod cog, an admin can use the !modset
command which defines the cog settings.
Moderator
A moderator is a step above the average users. You can set multiple moderator roles with the !set roles addmodrole
and !set roles removemodrole
commands.
For example, in the filter cog, a mod will be able to use the various commands under !filter
(such as adding and removing filtered words), but they will not be able to modify the cog settings with the !filterset
command.
Last updated
Was this helpful?