Add reaction to response message using custom commands bot
Lets see how we can add reaction to response
Md Shahriyar Alam
2 years ago
Step 1
Just create a normal custom command
Setp 2
Add these codes to Hooks (post). This won't work in Hooks (pre) if you are not sending messages from pre hook
py
add_reactions(response, "✅", "❌")
# Or Custom emojis with name
# For custom emojis you need to have them in your server emojis. Otherwise it won't work
add_reactions(response, "custom_name", "another_emoji")Loading comments…
Need help?
Have a question, a suggestion, or stuck on something? Reach out — we're happy to help.