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: