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

Commit

Permalink
Create channelSendMessage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSpen authored May 3, 2021
1 parent 5e999a7 commit ed202c6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions functions/channelSendMessage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# $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!]`
})```

0 comments on commit ed202c6

Please sign in to comment.