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