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>
This commit is contained in:
valtterimelkko 2026-01-29 20:33:26 +00:00
parent 5900a08626
commit 38367cd87a

7
.claude/settings.json Normal file
View File

@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Bash(pm2 status:*)"
]
}
}