Help code update
This commit is contained in:
parent
621bd16d71
commit
84561948da
@ -29,4 +29,8 @@ class Core(Extension):
|
||||
|
||||
@slash_command()
|
||||
async def help(self, ctx):
|
||||
await ctx.send(f"This is bot help command", ephemeral=True)
|
||||
await ctx.send(
|
||||
f"For help on using GoblinBot, please visit the help page found "
|
||||
f"[here](https://blog.emily.sh/token-bot/#getting-started)",
|
||||
ephemeral=True,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user