feat: add new scopes?

This commit is contained in:
Anna 2021-08-31 18:33:59 -04:00
parent ff0fd083c8
commit a515976d43
1 changed files with 5 additions and 0 deletions

View File

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