Homegrown Discord bot for the DIGOS community.
These commands are prefixed with permission revoke
.
!permission revoke DoTheThing Self
Revoke the given permission from yourself.
Name | Type | Optional |
---|---|---|
permissionName | string | no |
revokedTarget | PermissionTarget | yes |
!permission revoke @Ada DoTheThing Self
Revoke the given permission from the targeted user.
Name | Type | Optional |
---|---|---|
discordUser | IUser | no |
permissionName | string | no |
revokedTarget | PermissionTarget | yes |
!permission revoke @Moderators DoTheThing Self
Revoke the given permission from the targeted role.
Name | Type | Optional |
---|---|---|
discordRole | IRole | no |
permissionName | string | no |
revokedTarget | PermissionTarget | yes |
Generated by DIGOS.Ambassador.Doc