This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So.... Two questions. The first one I simple. I have a bot that sends out a message and is supposed to react to its own message. But instead it reacts to the command message that comes before it. I use msg.react('👍') is there some easy way to make it react to its own message? The second questions is how do I make the bot announce for everyone that reacts. I'm making this so when people queue for an event it tells people "@user, has signed up for event". Any help is appreciated. I'm using discord.js btw.
You have to use the sent message promise by either using message.send().then(sentMessage => {}); or awaits and then either use an event handler or a message reaction collector. If you need extra help use the docs/google/message me at Maple#2663
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Discord_Bot...