Compare commits

...

3 commits

3
bot.py
View file

@ -55,7 +55,8 @@ async def fox(ctx):
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")
#await ctx.send(ctx.author.name+f" hugs {name}! :3")
await ctx.send("This command is currently disabled until an issue is fixed.")
@bot.command(brief="gives the top.gg vote link")
async def vote(ctx):