diff --git a/ahtcg_bot.py b/ahtcg_bot.py index b6d5767..5929a2f 100755 --- a/ahtcg_bot.py +++ b/ahtcg_bot.py @@ -121,7 +121,7 @@ class ArkhamDBUpdater(commands.Bot): if after.channel.id in self.channel_list: await self.update_channel_latest_decks(after.channel) - @tasks.loop(seconds=20) + @tasks.loop(hours=1) async def arkhamdb_monitor(self) -> None: for channel_id in self.channel_list: channel = self.get_channel(channel_id)