Doing something weird
This commit is contained in:
parent
58abfcdaef
commit
3cb0b54e02
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user