From ca244b234a9a665a67dff6ac3963535c4c48522a Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 14:20:19 +0000 Subject: [PATCH] fix(nerdify): reverted an old commit --- nerdify/nerdify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nerdify/nerdify.py b/nerdify/nerdify.py index ec2d52b..10b7bfa 100644 --- a/nerdify/nerdify.py +++ b/nerdify/nerdify.py @@ -18,7 +18,7 @@ class Nerdify(commands.Cog): """Nerdify your text.""" __author__ = "SeaswimmerTheFsh" - __version__ = "1.3.1" + __version__ = "1.3.2" def __init__(self, bot): self.bot = bot @@ -61,7 +61,7 @@ class Nerdify(commands.Cog): async def type_message( self, destination: discord.abc.Messageable, content: str, **kwargs: Any - ) -> Optional(discord.Message): + ) -> discord.Message | None: """Simulate typing and sending a message to a destination. Will send a typing indicator, wait a variable amount of time based on the length