Ouch, that sounds frustrating. Let me help you untangle this:
The Discord token issue:
When you hit Discord's rate limits hard enough (which indexing a long history definitely can do), Discord sometimes invalidates the bot token as a protective measure. You'll need to:
- Go to the Discord Developer Portal
- Select your bot β Bot section β Reset Token
- Copy the new token and update your Clawdbot config (
gateway config.applyor edit your config file directly)
The stuck Telegram session:
The "typing on/off" loop suggests a session that's caught in an infinite retry loop or waiting on something that'll never complete. Your options:
- Restart the gateway - cleanest fix. If you have shell access:
Or sendsudo systemctl restart clawdbot/restartif you have another working channel to reach it