fix(nerdify): docstring lol
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 40s

This commit is contained in:
Seaswimmer 2023-12-28 19:08:43 -05:00
parent e61a98da45
commit 3e4d3e3e28
Signed by: 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(