4hr cookie refresh + message_uuid changes

This commit is contained in:
Salastil
2026-02-28 18:37:52 -05:00
parent fba2b0e449
commit 4b455eb58e
5 changed files with 79 additions and 31 deletions

View File

@@ -20,7 +20,7 @@ A high-performance bridge written in Go that synchronizes messages between Kiwi
## Requirements
- **Go 1.23 or higher**
- **Go 1.25.6 or higher**
- **Discord Bot Token** with proper permissions
- **Discord Webhook URL**
- **Kiwi Farms account** with Sneedchat access
@@ -35,7 +35,7 @@ sudo apt update
sudo apt install golang git
# Verify installation
go version # Should show 1.23 or higher
go version # Should show 1.25.6 or higher
```
### 2. Clone and Build
@@ -271,10 +271,3 @@ If messages aren't appearing:
## License
This bridge is provided as-is. Use responsibly and in accordance with Kiwi Farms and Discord Terms of Service.
## Credits
Built with:
- [discordgo](https://github.com/bwmarrin/discordgo) - Discord API
- [gorilla/websocket](https://github.com/gorilla/websocket) - WebSocket client
- [godotenv](https://github.com/joho/godotenv) - Environment loading