From 2fc43a7933bd19073c3f2edb6c05fdd697a38f2a Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 14:02:32 +0000 Subject: [PATCH] misc(nerdify): added author and version vars --- nerdify/nerdify.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nerdify/nerdify.py b/nerdify/nerdify.py index e41b38a..78c12cd 100644 --- a/nerdify/nerdify.py +++ b/nerdify/nerdify.py @@ -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."""