fix(nerdify): docstring lol

This commit is contained in:
Seaswimmer 2023-12-28 19:08:43 -05:00
parent e61a98da45
commit 3e4d3e3e28
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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(