diff --git a/discord_bot.py b/discord_bot.py index 80f0184..eaf1d09 100644 --- a/discord_bot.py +++ b/discord_bot.py @@ -229,7 +229,7 @@ async def dump_members(network: Any, members: Any, db: BotDatabase) -> None: class GamebotClient(discord.Client): - def __init__(self, *, intents: discord.Intents, **options: dict[str, Any]) -> None: + def __init__(self, *, intents: discord.Intents, **options: Any) -> None: intents.message_content = True super().__init__(intents=intents, **options) self._last_game_update: float | None = None