feat(docs): bunch of updates and changes and crap

This commit is contained in:
SeaswimmerTheFsh 2024-01-04 21:57:54 -05:00
parent dd4e319a0a
commit b7da03f701
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE
9 changed files with 369 additions and 113 deletions

View file

@ -21,15 +21,7 @@ class Nerdify(commands.Cog):
@commands.command(aliases=["nerd"])
async def nerdify(self, ctx: commands.Context, *, text: Optional[str] = None) -> None:
"""Nerdify the replied to message, previous message, or your own text.
Example:
``[p]nerdify hello world!``
> "hello world!" :nerd:
Args:
text: The text to nerdify. If not provided, the bot will try to nerdify either the previous message or the replied to message, if the invocation message is a reply.
"""
"""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(