75 |
name: 'avatar', |
name: 'avatar', |
76 |
shortBrief: "Show someone's avatar.", |
shortBrief: "Show someone's avatar.", |
77 |
description: null, |
description: null, |
78 |
structure: "[UserID|UserTag|Mention]=CURRENT_USER", |
structure: "[UserID|UserTag|Mention=CURRENT_USER]", |
79 |
example: "`%%avatar 385753607325075320`\n`%%avatar`", |
example: "`%%avatar 385753607325075320`\n`%%avatar`", |
80 |
notes: null, |
notes: null, |
81 |
slashCommand: true, |
slashCommand: true, |
181 |
{ |
{ |
182 |
name: 'embed', |
name: 'embed', |
183 |
shortBrief: "Build, send and make schemas of embeds!", |
shortBrief: "Build, send and make schemas of embeds!", |
184 |
description: "Build, send and make schemas of embeds. Schemas are special kind of text which can be used in various commands to represent an embed.\n**Subcommands**:\n\n`send` - Build and send an embed from the given input.\n`schema` - Builds an embed and returns back the JSON schema of the embed so that you can use it in other places!\n`build` - Builds an embed from a JSON schema.", |
description: "Build, send and make schemas of embeds. Schemas are special kind of text which can be used in various commands to represent an embed.\n\n**Subcommands**:\n\n`send` - Build and send an embed from the given input.\n`schema` - Builds an embed and returns back the JSON schema of the embed so that you can use it in other places!\n`build` - Builds an embed from a JSON schema.", |
185 |
structure: "<subcommand> <...args>", |
structure: "<subcommand> <...args>", |
186 |
example: "`/embed send title:Hello world description:This is an embed, awesome!`\n`/embed schema title:Hello world description:This is an embed, awesome!`\n`/embed build json_schema:embed:{\"title\": \"Hello world\", \"description\": \"This is an embed, awesome!\", \"fields\": []}`", |
example: "`/embed send title:Hello world description:This is an embed, awesome!`\n`/embed schema title:Hello world description:This is an embed, awesome!`\n`/embed build json_schema:embed:{\"title\": \"Hello world\", \"description\": \"This is an embed, awesome!\", \"fields\": []}`", |
187 |
notes: null, |
notes: null, |