openclaw/.claude/settings.json
valtterimelkko 38367cd87a Fix: disable plugin commands for Telegram to resolve BOT_COMMANDS_TOO_MUCH error
The bot was crashing during Telegram initialization because installed
extensions (Discord, Matrix, Mattermost, etc.) were registering their
plugin commands for Telegram, exceeding the 100-command API limit.

Disabled plugin.entries.telegram.enabled to prevent non-Telegram
extensions from registering commands on Telegram.

This fix allows the Telegram bot to initialize cleanly without
crashing when messages are received.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-29 20:33:26 +00:00

8 lines
75 B
JSON

{
"permissions": {
"allow": [
"Bash(pm2 status:*)"
]
}
}