fix(nerdify): docstring lol
This commit is contained in:
parent
e61a98da45
commit
3e4d3e3e28
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue