hermes - 💡(How to fix) Fix [Feature]: Discord - customize reaction emoji (thinking/done/error) [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

discord: reaction_emojis: thinking: "🦄" # optional; defaults to 👀 done: "🎉" # optional; defaults to ✅ error: "😭" # optional; defaults to ❌

Fix Action

Fixed

Code Example

discord:
  reaction_emojis:
    thinking: "🦄"   # optional; defaults to 👀
    done: "🎉"        # optional; defaults to ✅
    error: "😭"       # optional; defaults to ❌
RAW_BUFFERClick to expand / collapse

Problem or Use Case

Capabilities

  1. Change default reaction emoji (defaults are 👀, ✅, ❌)
  2. Disable specific emoji (eg. thinking and error emoji enabled, but disable done emoji)

Use cases

  • Enhance agent personality with custom thinking emoji (🦊 for a foxy personality agent, 🦄 for a magical agent)
  • Shared channel with lots of chatter, agent will provide feedback that it's thinking about a user's message but not clutter the channel with permanent 'done' reactions on every message. Promotes cleaner user experience.
  • Other potentially useful thinking emoji: 🤔 - 💭 - 🧐 - ⏳

Proposed Solution

New configuration in config.yaml:

discord:
  reaction_emojis:
    thinking: "🦄"   # optional; defaults to 👀
    done: "🎉"        # optional; defaults to ✅
    error: "😭"       # optional; defaults to ❌

Setting any emoji to null or empty string disabled that reaction emoji. Setting reaction: false disabled all reaction emoji per current behavior.

Alternatives Considered

No response

Feature Type

Gateway / messaging improvement

Scope

Small (single file, < 50 lines)

Contribution

  • I'd like to implement this myself and submit a PR

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING