From 3e4d3e3e28e4f8ac9c5da4990f51de1e829d8669 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 28 Dec 2023 19:08:43 -0500 Subject: [PATCH] fix(nerdify): docstring lol --- nerdify/nerdify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerdify/nerdify.py b/nerdify/nerdify.py index c42af85..267b14b 100644 --- a/nerdify/nerdify.py +++ b/nerdify/nerdify.py @@ -21,7 +21,7 @@ class Nerdify(commands.Cog): @commands.command(aliases=["nerd"]) async def nerdify(self, ctx: commands.Context, *, text: Optional[str] = None) -> None: - """Uwuize the replied to message, previous message, or your own text.""" + """Nerdify the replied to message, previous message, or your own text.""" if not text: if hasattr(ctx.message, "reference") and ctx.message.reference: with suppress(