summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-09 20:52:10 -0400
committerseth <[email protected]>2023-07-09 20:52:10 -0400
commit7b56cb91184127f02125ddf27ce847eb0bb706c7 (patch)
tree313478ad91b617b1b2366d9b88f0a1ed2116d2e8 /src
parent445822efad6682edbe0b1e27448b997fae9564c5 (diff)
fix: don't use dotenvy
docker and direnv take care of env vars
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
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);