feat: make Channel::server return a reference

This commit is contained in:
Zomatree
2025-02-07 21:35:51 +00:00
parent 2593a4272b
commit 060b4c43f4
7 changed files with 12 additions and 12 deletions

View File

@@ -157,8 +157,8 @@ pub async fn edit(
roles,
timeout,
remove,
mut can_publish,
mut can_receive,
can_publish,
can_receive,
voice_channel,
} = data;