Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 360 Bytes

channelSendMessage.md

File metadata and controls

19 lines (15 loc) · 360 Bytes

$channelSendMessage

Sends a message to a specific channel.

Usage

$channelSendMessage[channelID;message]

Breakdown

channelID - The channel to send the message too.

message - The message that sends.

Examples

bot.command({
    type: "command",
    name: "send-message",
    code: `$channelSendMessage[837405770051223562;Hi!]`
})