Most day-to-day interaction with Gentei happens via the /gentei
slash command. All replies to this command are ephemeral messages that are only visible to the user that ran the command.
/gentei check
allows users to trigger a membership check on-demand, which usually completes within a minute. This check is rate limited to mitigate abuse and only makes changes to roles that correspond to the current server.
/gentei info
allows users to check what roles are available in a server.
/gentei manage ...
contains subcommands that only administrators and the server owner can run.
/gentei manage audit-set channel:#audit-channel
configures the bot to post any changes it makes to roles to #audit-channel
.
The bot will try to post a test message to that channel, and if it doesn't work it will reply with the permissions that you need to grant to either the bot or the bot's role.
For more about the audit log format, please see the Audit log documentation.
/gentei manage audit-off
will disable audit logs from being sent to a previously configured channel.
/gentei manage map youtube-channel-id:UC... role:@members-only
maps a YouTube channel configured via the webapp to a role.
Before saving the role mapping, the bot will add and remove itself from the role to check that it has permissions. You can see this in the bot's own audit log, if you happen to have it enabled!
/gentei manage unmap
can be run on either the role or YouTube channel ID to make Gentei stop managing a role.
Powered by Doctave