Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 307 Bytes

usdsendcrosspostingmessage.md

File metadata and controls

15 lines (11 loc) · 307 Bytes

$sendCrosspostingMessage

This function allows the bot to send 1 message to multiple channels

$sendCrosspostingMessage[message;channelID;channelID;...]
bot.command({
name: "send", 
code: `$sendCrosspostingMessage[Hello everyone;782007668831027201;773853536797851708]` 
})