Got rid of command timeout. Seeing if that fixes problem on linux vps

pull/8/head
sgoudham 4 years ago
parent 4003967af0
commit cedf0c6353

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

Loading…
Cancel
Save