diff options
| author | seth <[email protected]> | 2023-07-09 20:52:10 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-09 20:52:10 -0400 |
| commit | 7b56cb91184127f02125ddf27ce847eb0bb706c7 (patch) | |
| tree | 313478ad91b617b1b2366d9b88f0a1ed2116d2e8 /src | |
| parent | 445822efad6682edbe0b1e27448b997fae9564c5 (diff) | |
fix: don't use dotenvy
docker and direnv take care of env vars
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index d9e1cd5..a3e165e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -159,8 +159,6 @@ impl EventHandler for Handler { #[tokio::main] async fn main() { - dotenvy::dotenv().unwrap(); - let framework = StandardFramework::new() .configure(|c| c.prefix("!")) .group(&GENERAL_GROUP); |
