mirror of
https://github.com/Noratrieb/widetom.git
synced 2026-01-14 08:55:02 +01:00
fix
This commit is contained in:
parent
784b228e47
commit
de4403a891
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ async fn main() {
|
|||
let http = Http::new_with_token(&token);
|
||||
|
||||
let (owners, bot_id) = match http.get_current_application_info().await {
|
||||
Ok(info) => {
|
||||
Ok(_) => {
|
||||
let mut owners = HashSet::new();
|
||||
owners.insert(UserId(414755070161453076)); //nils
|
||||
owners.insert(UserId(265849018662387712)); //yuki
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue