diff options
| -rw-r--r-- | bot/cogs/verification.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py index 7f1c9e68a..84912e947 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -110,7 +110,7 @@ class Verification: break if has_role: - await ctx.send( + return await ctx.send( f"{ctx.author.mention} You're already subscribed!", ) |