feat: added audit log to channel delete
This commit is contained in:
parent
95ef27c32d
commit
9d6ec5286b
3 changed files with 5 additions and 6 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue