From d6d7845dbc74de259215a43a10e48b3b25fc28ff Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 26 Apr 2020 18:08:22 +0200 Subject: [PATCH] Update dota ranks every 2 hours --- royalpack/commands/dota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalpack/commands/dota.py b/royalpack/commands/dota.py index bfeea743..a640e327 100644 --- a/royalpack/commands/dota.py +++ b/royalpack/commands/dota.py @@ -24,7 +24,7 @@ class DotaCommand(Command): def __init__(self, interface: CommandInterface): super().__init__(interface) if self.interface.name == "telegram": - self.loop.create_task(self._updater(900)) + self.loop.create_task(self._updater(7200)) async def _send(self, message): client = self.serf.client