Homegrown Discord bot for the DIGOS community.
These commands are prefixed with autorole
. You can also use at
instead of autorole
.
Commands for creating, editing, and interacting with automatic roles.
!autorole create @Moderators
Creates a new autorole configuration for the given Discord role.
Name | Type | Optional |
---|---|---|
discordRole | IRole | no |
!autorole delete @Users
Deletes an existing autorole configuration for the given Discord role.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
!autorole enable @Users
Enables the given autorole, allowing it to be added to users.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
!autorole disable @Users
Disables the given autorole, preventing it from being added to users.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
!autorole show @Users
(or autorole view
)
Show the settings for the given autorole.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
!autorole list
Lists configured autoroles.
!autorole affirm @Users @Ada
(or autorole confirm
)
Affirms a user’s qualification for an autorole.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
user | IUser | no |
!autorole affirm-all @Users
(or autorole confirm-all
)
Affirms all currently qualifying users for the given autorole.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
!autorole deny @Users @Ada
Denies a user’s qualification for an autorole.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
user | IUser | no |
!autorole require-confirmation @Users true
(or autorole require-affirmation
)
Sets whether the given autorole require confirmation for the assignment after a user has qualified.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
requireAffirmation | bool | yes |
!autorole unconfirmed @Users
Lists users that haven’t been confirmed yet for the given autorole.
Name | Type | Optional |
---|---|---|
autorole | AutoroleConfiguration | no |
Generated by DIGOS.Ambassador.Doc