feat: added audit log to channel delete

This commit is contained in:
BAaboe 2025-08-05 12:01:17 +02:00
parent 95ef27c32d
commit 9d6ec5286b
3 changed files with 5 additions and 6 deletions

View file

@ -52,7 +52,7 @@ impl ChannelBuilder {
pub struct Channel {
pub uuid: Uuid,
pub guild_uuid: Uuid,
name: String,
pub name: String,
description: Option<String>,
pub is_above: Option<Uuid>,
pub permissions: Vec<ChannelPermission>,