diff --git a/src/app.rs b/src/app.rs index 6f08cb1..a55c297 100644 --- a/src/app.rs +++ b/src/app.rs @@ -83,6 +83,11 @@ impl State { // IRC Scope::ChatRead, Scope::ChatEdit, + + // Mod stuff + Scope::ChannelModerate, + Scope::ModerationRead, + Scope::ModeratorManageAutoMod, ]).await?; println!("bot token ready");