From d58d56ff0ec0d0b7d9d88dfb44c07a99b7a8bf7e Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 6 Jun 2022 21:35:03 -0400 Subject: [PATCH] Re-enable periodic updates --- ahtcg_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahtcg_bot.py b/ahtcg_bot.py index cae66bf..cc2753a 100755 --- a/ahtcg_bot.py +++ b/ahtcg_bot.py @@ -117,7 +117,7 @@ class ArkhamDBUpdater(discord.Client): await self.setup_commands() - # self.arkhamdb_monitor.start() + self.arkhamdb_monitor.start() async def gather_deck_ids(self, channel: discord.TextChannel) -> dict[int, str]: deck_ids: dict[int, str] = {}