mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
Describe flags
This commit is contained in:
parent
68b1fab369
commit
d1476e1b88
2 changed files with 15 additions and 3 deletions
|
|
@ -42,8 +42,8 @@ function systemSetterCommand(cmdPrefix, valueName, valueArg, exampleVal = "examp
|
|||
{cmd: `${cmdPrefix} \`${valueArg}\``, desc: `Sets your ${valueName}.`}
|
||||
],
|
||||
examples: [
|
||||
{cmd: cmdPrefix, desc: `Shows your current ${valueName}.`},
|
||||
{cmd: `${cmdPrefix} -clear`, desc: `Clears your ${valueName}.`},
|
||||
...(withRaw ? [{cmd: `${cmdPrefix} -raw`, desc: `Shows your ${valueName} with formatting.`}] : []),
|
||||
{cmd: `${cmdPrefix} \`${exampleVal}\``, desc: `Changes your ${valueName} to '${exampleVal}'`}
|
||||
],
|
||||
flags: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue