Custom Commands homeCustom Commands
  • Blog
  • Privacy
  • Premium
  • Support
Back to blog
// blog

Add reaction to response message using custom commands bot

Lets see how we can add reaction to response

Md Shahriyar Alam

2 years ago

·1 min read

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.

DiscordJoin support server
Custom CommandsCustom Commands

The #1 custom commands Discord bot — build commands, events and databases with zero boilerplate.

Links

HomeBlogPrivacySupport

Contact

[email protected]

2 Frederick StreetLondon, WC1X 0ND

{ / } custom commands

© WEiRDSOFT LTD. All rights reserved.