Compare commits
3 commits
58528f657a
...
610be72b7a
Author | SHA1 | Date | |
---|---|---|---|
610be72b7a | |||
1f54938ec4 | |||
5c6a48537a |
1 changed files with 2 additions and 1 deletions
3
bot.py
3
bot.py
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue