digos-ambassador

Homegrown Discord bot for the DIGOS community.

View the Project on GitHub Nihlus/digos-ambassador

Character Set Commands

Summary

These commands are prefixed with character set. You can also use char set or ch set instead of character set.

Commands

name

Overloads

!character set name mickey John

Sets the name of a character.

Name Type Optional
character Character no
newCharacterName string no

avatar

Overloads

!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

nickname

Overloads

!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

summary

Overloads

!character set summary mickey "My short summary"

Sets the summary of a character.

Name Type Optional
character Character no
newCharacterSummary string no

description

Overloads

!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

nsfw

Overloads

!character set nsfw mickey true

Sets whether or not a character is NSFW.

Name Type Optional
character Character no
isNSFW bool no

pronoun

Overloads

!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

role

Overloads

!character set role mickey @Moderators

Sets the given character’s display role.

Name Type Optional
character Character no
discordRole IRole no

default

Overloads

!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