From 17d6f103459af4929c38794f271e1f9faf5cbef7 Mon Sep 17 00:00:00 2001 From: Conatum Date: Mon, 25 Oct 2021 15:00:09 +0300 Subject: [PATCH] UI (help): Add flavour and links to `help`. --- bot/modules/meta/help.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bot/modules/meta/help.py b/bot/modules/meta/help.py index 2c7bb899..d49b12ed 100644 --- a/bot/modules/meta/help.py +++ b/bot/modules/meta/help.py @@ -42,7 +42,11 @@ bot_admin_group_order = ( # TODO: Add config fields for this title = "StudyLion Command List" header = """ -Use `{ctx.best_prefix}help ` (e.g. `{ctx.best_prefix}help send`) to see how to use each command. +[StudyLion](https://bot.studylions.com/) is a fully featured study assistant \ + that tracks your study time and offers productivity tools \ + such as to-do lists, task reminders, private study rooms, group accountability sessions, and much much more.\n +Use `{ctx.best_prefix}help ` (e.g. `{ctx.best_prefix}help send`) to learn how to use each command, \ + or [click here](https://discord.studylions.com/tutorial) for a comprehensive tutorial. """