temp push

This commit is contained in:
2025-12-02 10:34:45 +01:00
parent 8f7db6256b
commit 7a30adc2e8
7 changed files with 73 additions and 25 deletions

View File

@@ -16,9 +16,9 @@ type WebsocketGateway struct {
upgrader websocket.Upgrader
cache *cache.Cache
botConn *websocket.Conn
conns *cache.ConnectionCache
cache *cache.Cache
bot *websocket.Conn
conns *cache.ConnectionCache
modHandler ModHandler
botHandler BotHandler