From c74d7aa8557d14ec12493796edd01e3bd949856d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 12 Mar 2023 18:24:19 +0100 Subject: [PATCH] Added more changes --- recruitmentCog/__init__.py | 1 - recruitmentCog/recruitment.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/recruitmentCog/__init__.py b/recruitmentCog/__init__.py index 603285c..67ad7f3 100644 --- a/recruitmentCog/__init__.py +++ b/recruitmentCog/__init__.py @@ -1,6 +1,5 @@ from redbot.core.bot import Red from .recruitment import Recruitment - async def setup(bot: Red) -> None: await bot.add_cog(Recruitment(bot)) \ No newline at end of file diff --git a/recruitmentCog/recruitment.py b/recruitmentCog/recruitment.py index fe96547..341fb27 100644 --- a/recruitmentCog/recruitment.py +++ b/recruitmentCog/recruitment.py @@ -68,7 +68,7 @@ class Recruitment(commands.Cog): @checks.admin_or_permissions(manage_guild=True) @applicationset.command(name="output") - async def reportset_output( + async def applicationset_output( self, ctx: commands.Context, channel: discord.TextChannel ): """Set the channel where applications will be sent."""