Help code update

This commit is contained in:
Emily Doherty 2024-12-14 20:58:01 -08:00
parent 621bd16d71
commit 84561948da

View File

@ -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,
)