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()