summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);