Custom Command
FunctionsInteraction Functions

$interactionEdit

Edits a previously sent interaction, typically one created using $interactionReply.

Usage

$interactionEdit[New Message;message id (optional, defaults to the original interaction reply)]

Important

This function only works within interaction-based triggers (e.g., slash commands, button clicks). Do not use it in exec or other trigger types.

Note

You can send embeds using the Message Curl Format. This allows for rich message formatting including titles, descriptions, fields, and more!

Function difficulty: Easy

Tags: Interaction Edit Ephemeral Reply edit

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 500 ms
  • Tracked By: User
  • Type: interaction

Functions with the same type share cooldowns based on the same Tracked By value.

On this page