This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| echo "?? Configuring Wheat OpenClaw Telegram..." | |
| openclaw config set "channels.telegram.botToken" "8783906069:AAG4Q-yG_2MIxSfsXy1dnMKQ-z67XUbxrbk" | |
| openclaw config set "channels.telegram.dmPolicy" "pairing" | |
| openclaw gateway restart | |
| sleep 5 | |
| openclaw channels status | |
| echo "??Done! Search @x93442bot in Telegram and send /start" |