From 58abfcdaefc2d11ba067c0efb72f9d786eb2fbdf Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 12 Mar 2023 23:19:58 +0100 Subject: [PATCH] Another change --- recruitmentCog/recruitment.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recruitmentCog/recruitment.py b/recruitmentCog/recruitment.py index 7bded70..3c9018b 100644 --- a/recruitmentCog/recruitment.py +++ b/recruitmentCog/recruitment.py @@ -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