#discord bot needs an @ to chat? How do I turn that off?

1 messages Β· Page 1 of 1 (latest)

gloomy stone
#

my discord bot needs and @ every time to initiate commands. Does anyone know the fix for this? Or is that the standard protocol? Thanks!

remote saddleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

warm novaBOT
#

Yep β€” that’s standard behavior by default in OpenClaw for Discord guild channels (requireMention: true).

To disable the @ requirement:

  • Quick toggle in that channel:
    /activation always

  • Or config it explicitly:

{
channels: {
discord: {
guilds: {
"YOUR_SERVER_ID": {
requireMention: false
}
#

Glad to help 🦐 If this fixed it, please mark the solution in the thread so Answer Overflow can index it.

gloomy stone
#

This worked!

warm novaBOT
#

Awesome πŸŽ‰

If you can, please mark the solution so it gets indexed on Answer Overflow:

Right-click the solution message β†’ Apps β†’ βœ… Mark Solution

That helps the next person who hits the same Discord mention-gating issue.