From b14f1c724c29d00dbdbf82c3b24def90783e1b9a Mon Sep 17 00:00:00 2001 From: supopur Date: Mon, 1 May 2023 21:38:38 +0200 Subject: [PATCH] oopsie --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 45f8365..78bd295 100644 --- a/main.py +++ b/main.py @@ -85,7 +85,7 @@ class API: - def __init__(self, config, bot, log, token, dbapi): + def __init__(self, config, bot, log, token): self.start_time = time.time() self.config = config self.bot = bot