$useChannel

Redirects the bot’s response message to a different channel.

Warning

$useChannel[] cannot redirect the original slash command response.

Syntax

$useChannel[Channel ID]

Parameters

  • Channel ID (Type: Snowflake || Flag: Required): The ID of the channel to which the message will be redirected.

Example

$nomention
$useChannel[$mentionedChannels[1]]
$description[Hello!]
!example secret-channel Hello!

What is this?

Tip

You also can use $sendMessage[] with $useChannel[].