Changed message

This commit is contained in:
unknown 2023-03-16 20:10:42 +01:00
parent 781d6cb756
commit 500486121b

View File

@ -43,7 +43,7 @@ class Recruitment(commands.Cog):
await ctx.message.delete() await ctx.message.delete()
except discord.Forbidden: except discord.Forbidden:
pass 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 return False
antispam.stamp() antispam.stamp()