Added more changes
This commit is contained in:
parent
5adc900767
commit
c74d7aa855
@ -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))
|
||||||
@ -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."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user