fix help command

This commit is contained in:
SosoM1k0r31z31 2020-11-13 16:20:25 +03:00
parent af137564ab
commit 11b0890a0f
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -41,7 +41,7 @@ bot.remove_command('help')
@bot.command()
async def help(ctx):
msg = (f"{ctx.author.mention} https://gitlab.com/SosoM1k0r31z31/funny-cat/-/wikis/commands")
msg = (f"{ctx.author.mention} https://bitbucket.org/SosoM1k0r31z31/funny-cat/wiki/commands\n\nNo JS?\nhttps://sosom1k0r31z31.bitbucket.io/")
await ctx.send(msg)