digos-ambassador

Homegrown Discord bot for the DIGOS community.

View the Project on GitHub Nihlus/digos-ambassador

Character Commands

Summary

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.

Submodules

Commands

available-pronouns

Overloads

!character available-pronouns (or character pronouns)

Shows available pronoun families that can be used with characters.


show

Overloads

!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

view-characters

Overloads

!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

create

Overloads

!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

delete

Overloads

!character delete mickey

Deletes the named character.

Name Type Optional
character Character no

list-owned

Overloads

!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

random

Overloads

!character random

Switches the user’s current character to a different one, picked at random.


assume

Overloads

!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

clear-default

Overloads

!character clear-default (or character drop-default)

Clears your default form.


clear

Overloads

!character clear (as well as character drop or character default)

Clears any active characters from you, restoring your default form.


Overloads

!character view-gallery mickey (or character gallery)

View the images in a character’s gallery.

Name Type Optional
character Character no

list-images

Overloads

!character list-images mickey

Lists the images in a character’s gallery.

Name Type Optional
character Character no

add-image

Overloads

!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

remove-image

Overloads

!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

transfer-ownership

Overloads

!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