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, user=user,
password=password, password=password,
database=db, database=db,
loop=self.loop, loop=self.loop)
command_timeout=60)
async def startup_cache_log(): async def startup_cache_log():
"""Store the guilds/modmail systems in cache from the database on startup""" """Store the guilds/modmail systems in cache from the database on startup"""

Loading…
Cancel
Save