diff --git a/lurker/bot.py b/lurker/bot.py index 88a1956..5fb4db9 100644 --- a/lurker/bot.py +++ b/lurker/bot.py @@ -73,7 +73,7 @@ class RecordBatchStore(typing.Generic[T]): class Bot(discord.Client): last_insert: dict[int, datetime] = {} - track_store: RecordBatchStore[SpotifyRecord] = RecordBatchStore(submit_records, 1) + track_store: RecordBatchStore[SpotifyRecord] = RecordBatchStore(submit_records) async def on_ready(self): logger.info(f"Logged in as {self.user}")