From 31ef615eee0d91542a9df62f0ca5f3f49e16964c Mon Sep 17 00:00:00 2001 From: Conatum Date: Thu, 20 Jan 2022 18:48:02 +0200 Subject: [PATCH] (topgg): Exclude `vote` from reply hook. --- bot/modules/topgg/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/modules/topgg/commands.py b/bot/modules/topgg/commands.py index bff229d4..b9ff116c 100644 --- a/bot/modules/topgg/commands.py +++ b/bot/modules/topgg/commands.py @@ -32,7 +32,7 @@ async def cmd_forcevote(ctx: LionContext): target = ctx.msg.mentions[0] await on_dbl_vote({"user": target.id, "type": "test"}) - return await ctx.reply('Topgg vote simulation successful on {}'.format(target)) + return await ctx.reply('Topgg vote simulation successful on {}'.format(target), suggest_vote=False) @module.cmd( @@ -59,7 +59,7 @@ async def cmd_vote(ctx: LionContext): ).set_thumbnail( url="https://cdn.discordapp.com/attachments/908283085999706153/933012309532614666/lion-love.png" ) - return await ctx.reply(embed=embed) + return await ctx.reply(embed=embed, suggest_vote=False) @module.cmd(