$removeButtons[]

Removes all buttons from a message.

Syntax

$removeButtons[Message ID]

Parameters

  • Message ID (Type: Snowflake || Flag: Required): The message from which all buttons will be removed.

📝 When providing "Message ID", make sure the message author is the bot.

Example

$nomention
$removeButtons[$message[1]]
Successfully removed all buttons from the message.

example example