Homegrown Discord bot for the DIGOS community.
These commands are prefixed with character set. You can also use char set or ch set instead of character set.
!character set name mickey John
Sets the name of a character.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| newCharacterName | string | no |
!character set avatar mickey https://www.example.com
Sets the avatar of a character. You can attach an image instead of passing a url as a parameter.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| newCharacterAvatarUrl | string | yes |
!character set nickname mickey "John Doe" (or character set nick)
Sets the nickname that the user should have when the character is active.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| newCharacterNickname | string | no |
!character set summary mickey "My short summary"
Sets the summary of a character.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| newCharacterSummary | string | no |
!character set description mickey "My detailed description" (or character set desc)
Sets the description of a character. You can attach a plaintext document instead of passing the contents as a parameter.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| newCharacterDescription | string | yes |
!character set nsfw mickey true
Sets whether or not a character is NSFW.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| isNSFW | bool | no |
!character set pronoun mickey feminine (or character set pronouns)
Sets the preferred pronoun of a character.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| pronounFamily | string | no |
!character set role mickey @Moderators
Sets the given character’s display role.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| discordRole | IRole | no |
!character set default
Sets your default form to your current character.
!character set default mickey
Sets your default form to the given character.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
Generated by DIGOS.Ambassador.Doc