Skip to main content
Fyre features a message templating system allowing you to replace messages that the app sends throughout your Discord server. This templating system allows you to build embeds/containers or plaintext messages that you can use across Fyre.

Creating a Template

To create a new message template, use /templates create. This command supports the following options:
  • name - The name of the new template (max 32 chars).
  • empty - If the template should be empty (no default components, default: No).
  • preset - A built in message template preset with components and settings (autocomplete).
After using the command, Fyre will bring up the template builder.

Updating a Template

To update an existing message template, use /templates update. This command will bring up the template builder, same as the create command.

Using Templates

In any part of Fyre that supports templates, the associated config command should have an option with template in the name somewhere. After updating modules with your message templates, they will show your custom template in output instead of Fyre’s default messages. If your template fails to compile, you will see the error message outputted as the command response. We strongly recommend you test your message templates after applying them to make sure they work.

Deleting a Template

To delete a template, use /templates delete and provide the template you wish to delete.
Certain events or messages that require a message template will stop working after deleting a connected template. Make sure to reset the config of any modules using message templates before deleting them.