From cedf0c6353680686ccecc5a49c4d72cee812ce0c Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 21 Aug 2020 04:24:07 +0100 Subject: [PATCH] Got rid of command timeout. Seeing if that fixes problem on linux vps --- bot/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot/__init__.py b/bot/__init__.py index 65afb06b..21f3c340 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -95,8 +95,7 @@ class Bot(commands.Bot): user=user, password=password, database=db, - loop=self.loop, - command_timeout=60) + loop=self.loop) async def startup_cache_log(): """Store the guilds/modmail systems in cache from the database on startup"""