We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d85760 commit 1492252Copy full SHA for 1492252
1 file changed
src/rpc/core.rs
@@ -553,6 +553,7 @@ impl RPCMethod {
553
// Add to cache server using borealis
554
#[derive(serde::Serialize, serde::Deserialize)]
555
struct BorealisCacheServer {
556
+ guild_id: String,
557
name: String,
558
invite_code: String,
559
added: bool,
0 commit comments