misc(nerdify): added author and version vars
Some checks failed
Build Documentation and Lint Code / build and lint (push) Failing after 22s
Some checks failed
Build Documentation and Lint Code / build and lint (push) Failing after 22s
This commit is contained in:
parent
b85d4553fd
commit
2fc43a7933
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ class Nerdify(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
|
__author__ = "SeaswimmerTheFsh"
|
||||||
|
__version__ = "1.3.0"
|
||||||
|
|
||||||
@commands.command(aliases=["nerd"])
|
@commands.command(aliases=["nerd"])
|
||||||
async def nerdify(self, ctx: commands.Context, *, text: Optional[str] = None) -> None:
|
async def nerdify(self, ctx: commands.Context, *, text: Optional[str] = None) -> None:
|
||||||
"""Nerdify the replied to message, previous message, or your own text."""
|
"""Nerdify the replied to message, previous message, or your own text."""
|
||||||
|
|
Loading…
Reference in a new issue