Doing something weird

This commit is contained in:
unknown 2023-03-12 23:55:46 +01:00
parent 58abfcdaef
commit 3cb0b54e02

View File

@ -15,9 +15,10 @@ class Recruitment(commands.Cog):
def __init__(self, bot: Red): def __init__(self, bot: Red):
self.bot = bot self.bot = bot
self.message: str = ''
@commands.group(name="application") @commands.group(name="application", usage="[text]", invoke_without_command=True)
async def application(self, ctx: commands.Context) -> None: async def application(self, ctx: commands.Context, *, _application: str = ""):
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