From 027dc4c07c443d7a0fc10707edcb09646dd9decd Mon Sep 17 00:00:00 2001 From: Helixu Date: Fri, 3 Dec 2021 20:30:12 +0000 Subject: [PATCH] vote command --- bot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot.py b/bot.py index 2d75ad4..95751c9 100644 --- a/bot.py +++ b/bot.py @@ -56,6 +56,10 @@ async def hug(ctx, *, name=None): if not name: return await ctx.send("Foxtrot hugs "+ctx.author.name+"! :3") await ctx.send(ctx.author.name+f" hugs {name}! :3") + +@bot.command(brief="gives the top.gg vote link") +async def vote(ctx): + await ctx.send("Vote for Foxtrot on top.gg! ") @bot.command(brief="cattttttttt") async def cat(ctx):