fix: format
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
2e0779fc6c
commit
0631e4b784
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ async fn main() -> eyre::Result<()> {
|
||||||
dotenvy::dotenv().ok();
|
dotenvy::dotenv().ok();
|
||||||
color_eyre::install()?;
|
color_eyre::install()?;
|
||||||
env_logger::init();
|
env_logger::init();
|
||||||
rustls::crypto::aws_lc_rs::default_provider().install_default().expect("Couldn't initialize crypto provider");
|
rustls::crypto::aws_lc_rs::default_provider()
|
||||||
|
.install_default()
|
||||||
|
.expect("Couldn't initialize crypto provider");
|
||||||
|
|
||||||
let token =
|
let token =
|
||||||
std::env::var("DISCORD_BOT_TOKEN").wrap_err("Couldn't find bot token in environment!")?;
|
std::env::var("DISCORD_BOT_TOKEN").wrap_err("Couldn't find bot token in environment!")?;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue