From aa33a3b1e44ca4523d714f3288ba93730f1fe3d2 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Sun, 15 Sep 2024 23:20:06 +0100 Subject: [PATCH] Don't store sync tokens --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index e093756..fd8d394 100644 --- a/app/main.py +++ b/app/main.py @@ -75,6 +75,7 @@ bot = NonsenseBot( command_prefix=config["bot"].get("prefix", "h!"), owner_id=config["bot"].get("owner_id") or "@nex:nexy7574.co.uk", auto_read_messages=False, + config=niobot.AsyncClientConfig() ) bot.cfg = config