Another change

This commit is contained in:
unknown 2023-03-12 23:19:58 +01:00
parent 9d4c3ca332
commit 58abfcdaef

View File

@ -17,9 +17,7 @@ class Recruitment(commands.Cog):
self.bot = bot
@commands.group(name="application")
async def application(self, ctx: commands.Context):
"""Send an application using an interactive flow!
"""
async def application(self, ctx: commands.Context) -> None:
author = ctx.author
# Check if the command was sent in a direct message to the bot