Homegrown Discord bot for the DIGOS community.
These commands are prefixed with transform
. You can also use shift
or tf
instead of transform
.
Transformation-related commands, such as transforming certain body parts or saving transforms as characters.
!transform Center Hair shark
Transforms the given bodypart into the given species on yourself.
Name | Type | Optional |
---|---|---|
chirality | Chirality | no |
bodyPart | Bodypart | no |
species | string | no |
!transform Hair shark
Transforms the given bodypart into the given species on yourself.
Name | Type | Optional |
---|---|---|
bodyPart | Bodypart | no |
species | string | no |
!transform @Ada Hair shark
Transforms the given bodypart of the target user into the given species.
Name | Type | Optional |
---|---|---|
target | IGuildUser | no |
bodyPart | Bodypart | no |
species | string | no |
!transform @Ada Center Hair shark
Transforms the given bodypart of the target user into the given species.
Name | Type | Optional |
---|---|---|
target | IGuildUser | no |
chirality | Chirality | no |
bodyPart | Bodypart | no |
species | string | no |
!transform colour Center Hair "deep purple"
Transforms the base colour of the given bodypart on yourself into the given colour.
Name | Type | Optional |
---|---|---|
chirality | Chirality | no |
bodypart | Bodypart | no |
colour | Colour | no |
!transform colour Hair "deep purple"
Transforms the base colour of the given bodypart on yourself into the given colour.
Name | Type | Optional |
---|---|---|
bodypart | Bodypart | no |
colour | Colour | no |
!transform colour @Ada Hair "deep purple"
Transforms the base colour of the given bodypart on the target user into the given colour.
Name | Type | Optional |
---|---|---|
target | IGuildUser | no |
bodyPart | Bodypart | no |
colour | Colour | no |
!transform colour @Ada Center Hair "deep purple"
Transforms the base colour of the given bodypart on the target user into the given colour.
Name | Type | Optional |
---|---|---|
target | IGuildUser | no |
chirality | Chirality | no |
bodyPart | Bodypart | no |
colour | Colour | no |
!transform pattern Hair Striped "deep purple"
Transforms the pattern on the given bodypart on yourself into the given pattern and secondary colour.
Name | Type | Optional |
---|---|---|
bodypart | Bodypart | no |
pattern | Pattern | no |
colour | Colour | no |
!transform pattern Center Hair Striped "deep purple"
Transforms the pattern on the given bodypart on yourself into the given pattern and secondary colour.
Name | Type | Optional |
---|---|---|
chirality | Chirality | no |
bodypart | Bodypart | no |
pattern | Pattern | no |
colour | Colour | no |
!transform pattern @Ada Hair Striped "deep purple"
Transforms the pattern on the given bodypart on the target user into the given pattern and secondary colour.
Name | Type | Optional |
---|---|---|
target | IGuildUser | no |
bodyPart | Bodypart | no |
pattern | Pattern | no |
colour | Colour | no |
!transform pattern @Ada Center Hair Striped "deep purple"
Transforms the pattern on the given bodypart on the target user into the given pattern and secondary colour.
Name | Type | Optional |
---|---|---|
target | IGuildUser | no |
chirality | Chirality | no |
bodyPart | Bodypart | no |
pattern | Pattern | no |
colour | Colour | no |
!transform pattern-colour Center Hair "deep purple"
Transforms the colour of the pattern on the given bodypart on yourself to the given colour.
Name | Type | Optional |
---|---|---|
chirality | Chirality | no |
bodypart | Bodypart | no |
colour | Colour | no |
!transform pattern-colour Hair "deep purple"
Transforms the colour of the pattern on the given bodypart on yourself to the given colour.
Name | Type | Optional |
---|---|---|
bodypart | Bodypart | no |
colour | Colour | no |
!transform pattern-colour @Ada Hair "deep purple"
Transforms the colour of the pattern on the given bodypart on the target user to the given colour.
Name | Type | Optional |
---|---|---|
target | IGuildUser | no |
bodyPart | Bodypart | no |
colour | Colour | no |
!transform pattern-colour @Ada Center Hair "deep purple"
Transforms the colour of the pattern on the given bodypart on the target user to the given colour.
Name | Type | Optional |
---|---|---|
target | IGuildUser | no |
chirality | Chirality | no |
bodyPart | Bodypart | no |
colour | Colour | no |
!transform list-available
(as well as transform list-species
, transform species
, or transform list
)
Lists the available transformation species.
!transform list-available Hair
(as well as transform list-species
, transform species
, or transform list
)
Lists the available transformations for a given bodypart.
Name | Type | Optional |
---|---|---|
bodyPart | Bodypart | no |
!transform parts
(as well as transform list-bodyparts
or transform bodyparts
)
Lists the available bodyparts.
!transform colours
(as well as transform list-colours
, transform list-shades
, or transform shades
)
Lists the available colours.
!transform colour-modifiers
(as well as transform list-colour-modifiers
, transform list-shade-modifiers
, or transform shade-modifiers
)
Lists the available colour modifiers.
!transform colour-patterns
(as well as transform list-patterns
or transform patterns
)
Lists the available patterns.
!transform describe
Describes the current physical appearance of the current character.
!transform describe mickey
Describes the current physical appearance of a character.
Name | Type | Optional |
---|---|---|
character | Character | no |
!transform reset
Resets your form to your default one.
!transform set-default
(or transform save-default
)
Sets your current appearance as your current character’s default one.
!transform default-opt-in true
Sets your default setting for opting in or out of transformations on servers you join.
Name | Type | Optional |
---|---|---|
shouldOptIn | bool | yes |
!transform opt-in
Opts into the transformation module on this server.
!transform opt-out
Opts out of the transformation module on this server.
!transform default-protection Blacklist
Sets your default protection type for transformations on servers you join. Available types are Whitelist and Blacklist.
Name | Type | Optional |
---|---|---|
protectionType | ProtectionType | no |
!transform protection Blacklist
Sets your protection type for transformations. Available types are Whitelist and Blacklist.
Name | Type | Optional |
---|---|---|
protectionType | ProtectionType | no |
!transform whitelist @Ada
Whitelists a user, allowing them to transform you.
Name | Type | Optional |
---|---|---|
user | IUser | no |
!transform blacklist @Ada
Blacklists a user, preventing them from transforming you.
Name | Type | Optional |
---|---|---|
user | IUser | no |
!transform update-db
Updates the transformation database with the bundled definitions.
Generated by DIGOS.Ambassador.Doc