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."""