Parent Directory
|
Revision Log
|
Patch
revision 250 by rakin, Mon Jul 29 17:29:12 2024 UTC | revision 253 by rakin, Mon Jul 29 17:29:13 2024 UTC | |
---|---|---|
# | Line 60 export default class EmbedSchemaCommand | Line 60 export default class EmbedSchemaCommand |
60 | url: getString('url'), | url: getString('url'), |
61 | }; | }; |
62 | ||
63 | await interaction.reply({ content: `**Embed Schema**:\n\`\`\`json\n${JSON.stringify(embed)}\n\`\`\`\nYou can now use this schema to build embeds.` }); | await interaction.reply({ content: `**Embed Schema**:\n\`\`\`\nembed:${JSON.stringify(embed)}\n\`\`\`\nYou can now use this schema to build embeds.` }); |
64 | } | } |
65 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |