We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Any
1 parent d8fbba0 commit 04bbc1aCopy full SHA for 04bbc1a
src/statusbot/bot.py
@@ -1848,7 +1848,7 @@ async def refresh(
1848
await message.channel.send("Guild has been re-evaluated.")
1849
1850
@staticmethod
1851
- def set_option__guild_valid_options(
+ def set_option__guild_valid_options( # type: ignore[misc]
1852
user_id: int,
1853
guild_admins: set[int],
1854
configuration: dict[str, Any],
@@ -2081,7 +2081,7 @@ async def set_option__guild(
2081
await self.refresh(message, force_reset)
2082
2083
2084
- def set_option__dm_valid_options(
+ def set_option__dm_valid_options( # type: ignore[misc]
2085
2086
2087
) -> list[str]:
0 commit comments