fix(nerdify): don't use pipes!
Some checks failed
Build Documentation and Lint Code / build and lint (push) Failing after 23s
Some checks failed
Build Documentation and Lint Code / build and lint (push) Failing after 23s
This commit is contained in:
parent
c8441a4a9c
commit
b85d4553fd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class Nerdify(commands.Cog):
|
|||
|
||||
async def type_message(
|
||||
self, destination: discord.abc.Messageable, content: str, **kwargs: Any
|
||||
) -> discord.Message | None:
|
||||
) -> Optional(discord.Message):
|
||||
"""Simulate typing and sending a message to a destination.
|
||||
|
||||
Will send a typing indicator, wait a variable amount of time based on the length
|
||||
|
|
Loading…
Reference in a new issue