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