From 22b206c562af95595dfa20f4e8882c9265d0ff5c Mon Sep 17 00:00:00 2001 From: Ske Date: Fri, 14 Sep 2018 20:45:26 +0200 Subject: [PATCH] Clarify getting started instructions --- src/pluralkit/bot/help.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pluralkit/bot/help.py b/src/pluralkit/bot/help.py index a636d734..778f644c 100644 --- a/src/pluralkit/bot/help.py +++ b/src/pluralkit/bot/help.py @@ -4,8 +4,11 @@ categories = ("Help categories", """`pk;help system` - Details on system configu `pk;help switch` - Details on switch logging. `pk;help mod` - Details on moderator operations. `pk;help import` - Details on data import from other services.""") -getting_started = ("Getting started", - """To get started, set up a system with `pk;system new`. Then, inspect the other help pages for further instructions.""") +getting_started = ("Getting started", """To get started using the bot, try running the following commands: +**1**. `pk;system new` - Create a system if you haven't already +**2**. `pk;member add John` - Add a new member to your system +**3**. `pk;member proxy [text]` - Set up square brackets as proxy tags +**4**. You're done! See the other help pages for more commands.""") discord_link = ( "Discord", """For feedback, bug reports, suggestions, or just chatting, join our Discord: https://discord.gg/PczBt78""")