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" )