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)