From 84561948da11abab9b6de0670d95e7cbee2b7513 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Sat, 14 Dec 2024 20:58:01 -0800 Subject: [PATCH] Help code update --- token_bot/core.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/token_bot/core.py b/token_bot/core.py index eba227c..f4b5890 100644 --- a/token_bot/core.py +++ b/token_bot/core.py @@ -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, + )