misc(nerdify): added author and version vars

This commit is contained in:
Seaswimmer 2024-01-07 14:02:32 +00:00
parent b85d4553fd
commit 2fc43a7933
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -19,6 +19,9 @@ class Nerdify(commands.Cog):
def __init__(self, bot):
self.bot = bot
__author__ = "SeaswimmerTheFsh"
__version__ = "1.3.0"
@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."""