feat: add new scopes?

This commit is contained in:
Anna 2021-08-31 18:33:59 -04:00
parent 6288494efe
commit 684baa8c3a
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -83,6 +83,11 @@ impl State {
// IRC // IRC
Scope::ChatRead, Scope::ChatRead,
Scope::ChatEdit, Scope::ChatEdit,
// Mod stuff
Scope::ChannelModerate,
Scope::ModerationRead,
Scope::ModeratorManageAutoMod,
]).await?; ]).await?;
println!("bot token ready"); println!("bot token ready");