diff --git a/nerdify/nerdify.py b/nerdify/nerdify.py index 6993f4e..2b9cc7d 100644 --- a/nerdify/nerdify.py +++ b/nerdify/nerdify.py @@ -40,7 +40,7 @@ class Nerdify(commands.Cog): return f"\"{text}\" 🤓" async def type_message( - destination: discord.abc.Messageable, content: str, **kwargs: Any # noqa: ANN401 + self, destination: discord.abc.Messageable, content: str, **kwargs: Any # noqa: ANN401 ) -> discord.Message | None: """Simulate typing and sending a message to a destination.