Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to make a bot react to own message js

// or for multiple reactions

(async () => {
let m = await message.channel.send("message");
await m.react("reaction_1");
await m.react("reaction_2");
//So on and so forth
})();
Source by www.reddit.com #
 
PREVIOUS NEXT
Tagged: #bot #react #message #js
ADD COMMENT
Topic
Name
1+3 =