clean main
This commit is contained in:
parent
72a7eb0239
commit
22d1011c9e
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ mod dl;
|
|||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
dotenv().ok();
|
||||
//dotenv::from_filename(".env.test").ok();
|
||||
|
||||
|
||||
bot_main().await?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue