Message Tools

Send messages with reusable IDs and edit an existing bot message.

Free · 0 SCH

Install Message Tools to add Send Tracked Message and Edit Message to your graph.

Send and remember a message

Choose a Channel ID and enter message text, embed fields, or both. {channel.id} uses the current channel. Set Save outputs as to panel.

The action returns {store:panel.messageId}, {store:panel.channelId}, and {store:panel.url}. To reuse the ID on another run, add Save Data after the action and save {store:panel.messageId} under a key such as status_panel.

Edit the same message

Load the saved status_panel value, then use Edit Message with Message ID set to {store:status_panel} and the original channel ID. Provide the new text or embed.

Blank message text preserves existing content. When embed fields are provided, they replace the message's embed. Existing buttons and attachments are preserved. These actions do not send mention notifications.

The channel must be in the current server, and the bot can edit only messages it sent. If someone deletes the panel, clear its saved ID before creating a replacement.

Text supports up to 2,000 characters. Embed titles support 256, descriptions 4,096, and footers 2,048, with a 6,000-character combined embed limit.

See Build a status panel for an example that creates once and then edits.