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