misc(nerdify): removed linter thing
This commit is contained in:
parent
35b0e6b5e5
commit
69e06778c8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Nerdify(commands.Cog):
|
||||||
return f"\"{text}\" 🤓"
|
return f"\"{text}\" 🤓"
|
||||||
|
|
||||||
async def type_message(
|
async def type_message(
|
||||||
self, destination: discord.abc.Messageable, content: str, **kwargs: Any # noqa: ANN401
|
self, destination: discord.abc.Messageable, content: str, **kwargs: Any
|
||||||
) -> discord.Message | None:
|
) -> discord.Message | None:
|
||||||
"""Simulate typing and sending a message to a destination.
|
"""Simulate typing and sending a message to a destination.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue