Compare commits
No commits in common. "610be72b7ae512aac20794a73bf035e9f7f26ae6" and "58528f657a3fbb80225db191c6298d2a125f0b1b" have entirely different histories.
610be72b7a
...
58528f657a
1 changed files with 1 additions and 2 deletions
3
bot.py
3
bot.py
|
@ -55,8 +55,7 @@ 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("This command is currently disabled until an issue is fixed.")
|
||||
await ctx.send(ctx.author.name+f" hugs {name}! :3")
|
||||
|
||||
@bot.command(brief="gives the top.gg vote link")
|
||||
async def vote(ctx):
|
||||
|
|
Loading…
Reference in a new issue