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(