Homegrown Discord bot for the DIGOS community.
These commands are prefixed with character. You can also use char or ch instead of character.
Commands for creating, editing, and interacting with user characters.
!character available-pronouns (or character pronouns)
Shows available pronoun families that can be used with characters.
!character show (or character info)
Shows quick information about your current character.
!character show mickey (or character info)
Shows quick information about a character.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
!character view-characters (or character view-char)
Shows a gallery of all your characters.
!character view-characters @Ada (or character view-char)
Shows a gallery of all the user’s characters.
| Name | Type | Optional |
|---|---|---|
| discordUser | IUser | no |
!character create John "John Doe" "My short summary" "My detailed description" https://www.example.com
Creates a new character.
| Name | Type | Optional |
|---|---|---|
| characterName | string | no |
| characterNickname | string | yes |
| characterSummary | string | yes |
| characterDescription | string | yes |
| characterAvatarUrl | string | yes |
!character delete mickey
Deletes the named character.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
!character list-owned @Ada (as well as character list or character owned)
Lists the characters owned by a given user.
| Name | Type | Optional |
|---|---|---|
| discordUser | IUser | yes |
!character random
Switches the user’s current character to a different one, picked at random.
!character assume mickey (as well as character become, character transform, or character active)
Sets the named character as the user’s current character.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
!character clear-default (or character drop-default)
Clears your default form.
!character clear (as well as character drop or character default)
Clears any active characters from you, restoring your default form.
!character view-gallery mickey (or character gallery)
View the images in a character’s gallery.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
!character list-images mickey
Lists the images in a character’s gallery.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
!character add-image mickey John "My sweet caption" true
Adds an attached image to a character’s gallery.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| imageName | string | yes |
| imageCaption | string | yes |
| isNSFW | bool | yes |
!character add-image mickey John https://www.example.com "My sweet caption" true
Adds a linked image to a character’s gallery.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| imageName | string | no |
| imageUrl | string | no |
| imageCaption | string | yes |
| isNSFW | bool | yes |
!character remove-image mickey John (or character delete-image)
Removes an image from a character’s gallery.
| Name | Type | Optional |
|---|---|---|
| character | Character | no |
| imageName | string | no |
!character transfer-ownership @Ada mickey (or character transfer)
Transfers ownership of the named character to another user.
| Name | Type | Optional |
|---|---|---|
| newOwner | IUser | no |
| character | Character | no |
Generated by DIGOS.Ambassador.Doc