Send Command
This command allows server administrators to send messages to specific channels within their guild. Users can specify the channel, and message content.
This command allows users to send a message to a specified channel.
Use the command followed by the channel and message.
| Parameter | Type | Description | Required | Choices |
|---|---|---|---|---|
| channel | Channel | The channel to send the message in. | Yes | Text Channel, Announcement Channel |
| text | String | The message to send in the specified channel. | Yes | N/A |
/send channel:#general text:Hello everyone!- Sends “Hello everyone!” to the #general channel./send channel:#announcements text:Don't forget to check out our latest updates!- Sends the announcement message to the #announcements channel.
- Users need the “Send Messages” permission in the specified channel to use this command.
- The bot needs the “Send Messages” permission in the specified channel to send messages.