We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2298a4d commit b49a219Copy full SHA for b49a219
1 file changed
cogs/make_member.py
@@ -318,7 +318,7 @@ async def verify_new_member_button_callback( # type: ignore[misc]
318
319
320
class MakeMemberModalCommandCog(MakeMemberBaseCog):
321
- """Cog class that defines the "/send-make-member-modal" command and its call-back method."""
+ """Cog class that defines the "/send-make-member-modal" command and its call-back method.""" # noqa: W505, E501
322
323
@TeXBotBaseCog.listener()
324
async def on_ready(self) -> None:
0 commit comments