Auto-react to each post with an emoji
After each post goes live, a Discord bot can automatically add a 🚀 📈 💎 or 🔥 reaction to it. This makes posts look more active. Requires a one-time Discord bot setup.
1. Go to
discord.com/developers/applications → New Application
2. Go to Bot tab → Add Bot → copy the
Token
3. In OAuth2 → URL Generator → select bot + Add Reactions permission → open the URL to invite bot to your server
4. Enable Developer Mode in Discord (Settings → Advanced) → right-click #community-chat → Copy Channel ID
5. Add both values to your
.env file:
DISCORD_BOT_TOKEN= and
DISCORD_CHANNEL_ID=
6. Run
docker compose up -d n8n to reload