Compare commits

..

No commits in common. "610be72b7ae512aac20794a73bf035e9f7f26ae6" and "58528f657a3fbb80225db191c6298d2a125f0b1b" have entirely different histories.

3
bot.py
View file

@ -55,8 +55,7 @@ async def fox(ctx):
async def hug(ctx, *, name=None): async def hug(ctx, *, name=None):
if not name: if not name:
return await ctx.send("Foxtrot hugs "+ctx.author.name+"! :3") 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") @bot.command(brief="gives the top.gg vote link")
async def vote(ctx): async def vote(ctx):