Print quickstart guide at the end of redbot-setup (#3027)

* Print quickstart guide during setup

Resolves #3025

* Refer users to stable documentation
This commit is contained in:
Jeremiah Boby 2020-03-26 21:33:57 +00:00 committed by GitHub
parent d23144bc61
commit 637ae34839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,9 @@ def basic_setup():
print()
print(
"Your basic configuration has been saved. Please run `redbot <name>` 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"
)