From 637ae34839d27fd876620c7d3e888063a744ccbf Mon Sep 17 00:00:00 2001 From: Jeremiah Boby Date: Thu, 26 Mar 2020 21:33:57 +0000 Subject: [PATCH] Print quickstart guide at the end of `redbot-setup` (#3027) * Print quickstart guide during setup Resolves #3025 * Refer users to stable documentation --- redbot/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/redbot/setup.py b/redbot/setup.py index 5ed245a5e..d445f4a6c 100644 --- a/redbot/setup.py +++ b/redbot/setup.py @@ -181,7 +181,9 @@ def basic_setup(): print() print( "Your basic configuration has been saved. Please run `redbot ` to" - " continue your setup process and to run the bot." + " continue your setup process and to run the bot.\n\n" + "First time? Read the quickstart guide:\n" + "https://docs.discord.red/en/stable/getting_started.html" )