From 500486121bd438e03a5879baa8d4bc51118c6e0d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 16 Mar 2023 20:10:42 +0100 Subject: [PATCH] Changed message --- recruitmentCog/recruitment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recruitmentCog/recruitment.py b/recruitmentCog/recruitment.py index 604327c..1d4dcfb 100644 --- a/recruitmentCog/recruitment.py +++ b/recruitmentCog/recruitment.py @@ -43,7 +43,7 @@ class Recruitment(commands.Cog): await ctx.message.delete() except discord.Forbidden: pass - await ctx.author.send("Please wait for an hour before sending your application again.") + await ctx.author.send("Please wait for an hour before sending another application.") return False antispam.stamp()