Compare commits

..

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

8
bot.py
View file

@ -53,10 +53,10 @@ async def fox(ctx):
@bot.command(brief="give someone a cuddle")
async def hug(ctx, *, name=None):
if not name:
return await ctx.send("Foxtrot hugs "+ctx.author.name.replace("@", "")+"! :3")
nameFixed = name.replace("@everyone", "everyone").replace("@here", "everyone here")
await ctx.send(ctx.author.name+f" hugs {nameFixed}! :3")
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("This command is currently disabled until an issue is fixed.")
@bot.command(brief="gives the top.gg vote link")
async def vote(ctx):