Added more changes

This commit is contained in:
unknown 2023-03-12 18:24:19 +01:00
parent 5adc900767
commit c74d7aa855
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
from redbot.core.bot import Red from redbot.core.bot import Red
from .recruitment import Recruitment from .recruitment import Recruitment
async def setup(bot: Red) -> None: async def setup(bot: Red) -> None:
await bot.add_cog(Recruitment(bot)) await bot.add_cog(Recruitment(bot))

View File

@ -68,7 +68,7 @@ class Recruitment(commands.Cog):
@checks.admin_or_permissions(manage_guild=True) @checks.admin_or_permissions(manage_guild=True)
@applicationset.command(name="output") @applicationset.command(name="output")
async def reportset_output( async def applicationset_output(
self, ctx: commands.Context, channel: discord.TextChannel self, ctx: commands.Context, channel: discord.TextChannel
): ):
"""Set the channel where applications will be sent.""" """Set the channel where applications will be sent."""