Skip to content

Selected telegram + console as the channels, but discord got added to the config too #6

@dempseydata

Description

@dempseydata

open claw.json snippet

"bindings": [],
"messages": {
"queue": {
"mode": "steer",
"byChannel": {
"discord": "steer"
},
"debounceMs": 3000,
"cap": 10,
"drop": "summarize"
},
"inbound": {
"debounceMs": 3000,
"byChannel": {
"discord": 8000
}
},
"ackReactionScope": "group-mentions"

and

"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "allowlist",
"botToken": "${TELEGRAM_BOT_TOKEN}",
"replyToMode": "first",
"groups": {
"*": {
"requireMention": true
}
},
"allowFrom": [
"I REMOVED THIS"
],
"groupPolicy": "allowlist",
"streaming": "partial"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions