From 11b0890a0f05ca23e7b9715ec5bf84e17f0808c6 Mon Sep 17 00:00:00 2001 From: SosoM1k0r31z31 Date: Fri, 13 Nov 2020 16:20:25 +0300 Subject: [PATCH] fix help command --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 47763e2..416c07a 100644 --- a/bot.py +++ b/bot.py @@ -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)