From 3bcf72df3f69d23d9a41b0ffbc0ad929474b6d77 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 29 Jul 2018 10:58:10 +0100 Subject: [Verification] Fix double-post in subscribe command --- bot/cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!", ) -- cgit v1.2.3