mirror of
https://bitbucket.org/SosoM1k0r31z31/funny-cat.git
synced 2025-04-11 22:55:46 +02:00
fix help command
This commit is contained in:
parent
af137564ab
commit
11b0890a0f
2
bot.py
2
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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user