aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-07-29 10:58:10 +0100
committerGravatar Gareth Coles <[email protected]>2018-07-29 10:58:10 +0100
commit3bcf72df3f69d23d9a41b0ffbc0ad929474b6d77 (patch)
tree50e13a0584c1ac570974f65d2be20dd8b66c6eb7
parentUse splats for infraction reasons (diff)
[Verification] Fix double-post in subscribe command
-rw-r--r--bot/cogs/verification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py
index b0667fdd0..d36513c4a 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!",
)