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"""