Tutorials_for_BDFD

Send messages

Nov 30th, 2022
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. item 1
  2.  
  3. Triggers : !sendchannel
  4.  
  5. $channelSendMessage[ChannelID;Hi, I'm the message being sent to the channel.]
  6. $c[The "ChannelID" is the ID of the channel to send the message to]
  7.  
  8.  
  9. code 2
  10.  
  11. Trigger : !sendembedmessage
  12. $sendEmbedMessage["ChannelID";conntent;title;titleurl;description;color;author icon;footer;footericon;thumbnaillink;imagelink;yes;no]
  13. $c[The "ChannelID" is the ID of the channel to send the message to]
  14. $c[The "conntent" is the message to send before embedding]
  15. $c[The "title" is the title of the embed]
  16. $c[The "titleurl" is the link in the title]
  17. $c[The description is like the $.description]
  18. $c[In "color" just insert any hexclolor code]
  19. $c[The "authoricon" is the profile picture of the author/who uses the command]
  20. $c[The footer is the footer of the embedding, i.e. what is small at the bottom]
  21. $c[the "footericon" is similar to the "authoricon" only that it is in the footer]
  22. $c[The thumbnail link is the image link of the image displayed small in the upper left corner]
  23. $c[The image is the large banner shown below]
  24. $c[The first "yes" enables timestamps for this embed]
Advertisement
Add Comment
Please, Sign In to add comment