feat: now properly sets and removes roles for committee members
This commit is contained in:
parent
4eeb7f2135
commit
1aef86ad01
9 changed files with 137 additions and 89 deletions
|
@ -16,7 +16,10 @@ async fn main() {
|
|||
let config = get_config();
|
||||
let db = match db_init(&config).await {
|
||||
Ok(x) => x,
|
||||
Err(_) => return,
|
||||
Err(e) => {
|
||||
dbg!(e);
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
// Intents are a bitflag, bitwise operations can be used to dictate which intents to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue