fix: update branch from main

This commit is contained in:
Zomatree
2025-05-01 16:58:35 +01:00
parent 61038ddcf1
commit 48e0b48ea9
5 changed files with 12 additions and 4 deletions

View File

@@ -616,6 +616,8 @@ mod test {
nickname: None,
roles: Some(vec![role_id.clone()]),
timeout: None,
can_publish: None,
can_receive: None
},
vec![],
)

View File

@@ -195,6 +195,7 @@ mod test {
name: "Voice Channel".to_string(),
description: None,
nsfw: Some(false),
voice: None
},
true,
)