Another change
This commit is contained in:
parent
9d4c3ca332
commit
58abfcdaef
@ -17,9 +17,7 @@ class Recruitment(commands.Cog):
|
|||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@commands.group(name="application")
|
@commands.group(name="application")
|
||||||
async def application(self, ctx: commands.Context):
|
async def application(self, ctx: commands.Context) -> None:
|
||||||
"""Send an application using an interactive flow!
|
|
||||||
"""
|
|
||||||
author = ctx.author
|
author = ctx.author
|
||||||
|
|
||||||
# Check if the command was sent in a direct message to the bot
|
# Check if the command was sent in a direct message to the bot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user