feat(docs): bunch of updates and changes and crap
This commit is contained in:
parent
dd4e319a0a
commit
b7da03f701
9 changed files with 369 additions and 113 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue