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