Re-enable periodic updates

This commit is contained in:
Adam Goldsmith 2022-06-06 21:35:03 -04:00
parent bbd899cdfb
commit d58d56ff0e
1 changed files with 1 additions and 1 deletions

View File

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