Skip to content

/get transformed

Syntax

/get transformed


Usage

Displays a list of all the transformed users in the current server, alongside the name of their transformed form.

Bug

Some of the mentions in the embedded message may display as <@number>. This is an error on the Discord client, and we can't do anything to fix it from our side, at least with how the command is currently set up.

See this feature request for a possible fix.


Simplified internal logic

flowchart TD
    CommandReceived[Command Received] --> LoadData[[Load data]]
    Database[(Database)] --> LoadData
    LoadData --> GenerateMessage[[Generate the final embedded message]]
    GenerateMessage --> SendAnswer[[Send answer]]