fix: allow removing channel slowmode (#836)

Signed-off-by: Zomatree <me@zomatree.live>
This commit is contained in:
Zomatree
2026-07-03 03:23:52 +01:00
committed by GitHub
parent 59f6e012f8
commit 21daf3aec6
4 changed files with 14 additions and 0 deletions

View File

@@ -221,6 +221,9 @@ pub async fn edit(
v0::FieldsChannel::Voice => {
voice.take();
}
v0::FieldsChannel::Slowmode => {
slowmode.take();
}
_ => {}
}
}