Update CS models

This commit is contained in:
Rory&
2026-05-08 22:20:41 +02:00
parent 7e152be9dd
commit a39a443196
13 changed files with 690 additions and 2 deletions
@@ -38,7 +38,9 @@ public class IdentifyController(ILogger<IdentifyController> logger, SpacebarAuth
}
yield return new ReplicationMessage<ReadyResponse>() {
Payload = new() { },
Payload = new() {
Guilds = []
},
};
}