/[sudobot]/trunk/src/commands/automation/EmbedSchemaCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/automation/EmbedSchemaCommand.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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  }  }

Legend:
Removed from v.250  
changed lines
  Added in v.253

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26