re-formatted, better structure

This commit is contained in:
2025-12-01 18:09:10 +01:00
parent 4a668493c4
commit 46aef47e21
9 changed files with 328 additions and 235 deletions

2
sim.go
View File

@@ -180,7 +180,7 @@ func simulateBot() {
func main() {
fmt.Println("Starting WebSocket client simulator...")
fmt.Println("Connecting to ws://localhost:3333/ws with api_key=test_key")
fmt.Println("Connecting to ws://localhost:3333/ws with api_key=gateway")
go simulateMod()
go simulateBot()