From c15eddcfa15059292c3af6ba4e244441dbf70bb7 Mon Sep 17 00:00:00 2001 From: Ske Date: Wed, 10 Oct 2018 19:39:35 +0200 Subject: [PATCH] Fix missing name in getting started example --- src/pluralkit/bot/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluralkit/bot/help.py b/src/pluralkit/bot/help.py index 778f644c..427c3028 100644 --- a/src/pluralkit/bot/help.py +++ b/src/pluralkit/bot/help.py @@ -7,7 +7,7 @@ categories = ("Help categories", """`pk;help system` - Details on system configu 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 +**3**. `pk;member proxy John [text]` - Set up square brackets as proxy tags **4**. You're done! See the other help pages for more commands.""") discord_link = ( "Discord",