From 078ce53dc953e2c0365984779642281e541f7a05 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 14:09:07 +0000 Subject: [PATCH] fix(nerdify): pylint fix --- nerdify/nerdify.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nerdify/nerdify.py b/nerdify/nerdify.py index 78c12cd..ec2d52b 100644 --- a/nerdify/nerdify.py +++ b/nerdify/nerdify.py @@ -16,11 +16,12 @@ from redbot.core.utils import chat_formatting, common_filters class Nerdify(commands.Cog): """Nerdify your text.""" - def __init__(self, bot): - self.bot = bot __author__ = "SeaswimmerTheFsh" - __version__ = "1.3.0" + __version__ = "1.3.1" + + def __init__(self, bot): + self.bot = bot @commands.command(aliases=["nerd"]) async def nerdify(self, ctx: commands.Context, *, text: Optional[str] = None) -> None: