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] = {}