mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 14:15:02 +00:00
Update CS models
This commit is contained in:
@@ -38,7 +38,9 @@ public class IdentifyController(ILogger<IdentifyController> logger, SpacebarAuth
|
||||
}
|
||||
|
||||
yield return new ReplicationMessage<ReadyResponse>() {
|
||||
Payload = new() { },
|
||||
Payload = new() {
|
||||
Guilds = []
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user