Galaxy Bot v2

Syntaxing

Pluto's World Documentation > Galaxy Bot v2 > Syntaxing > Moderation Cases

Moderation Cases

PlutoTheDev

Table of Content

Moderation Cases

Default

→ Moderator: ${moderator.tag} (\`${moderator.id}\`)\n→ Victim: ${victim.tag} (\`${victim.id}\`)${reason ? `\n→ Reason: ${reason}` : ``}${reversedate ? `\n→ Reversal date: <t:${(reversedate.getTime() / 1000).toFixed()}>` : ``}

Example output

→ Moderator: PlutoTheDev#1000 (`399718367335940117`) → Victim: Jord#5674 (`726278967090216973`) → Reason: test → Reversal date:

Variables able to use

Variable Name Type
moderator user object
victim user object
reversedate date object
type string

Was this article helpful?

106 out of 249 found this helpful