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>
8 lines
75 B
JSON
8 lines
75 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pm2 status:*)"
|
|
]
|
|
}
|
|
}
|