Wipe references to user accounts

They will still be supported but no longer mentioned in the setup or the docs.
This commit is contained in:
Twentysix 2016-05-15 19:19:31 +02:00
parent 78f14a9c80
commit 7ecf7e9963

14
red.py
View File

@ -150,17 +150,11 @@ def check_folders():
def check_configs(): def check_configs():
if settings.bot_settings == settings.default_settings: if settings.bot_settings == settings.default_settings:
print("Red - First run configuration\n") print("Red - First run configuration\n")
print("You either need a normal account or a bot account to use Red. " print("If you haven't already, create a new account:\n"
"*Do not* use your own.") "https://twentysix26.github.io/Red-Docs/red_guide_bot_accounts/"
print("For more information on bot accounts see: https://twentysix26."
"github.io/Red-Docs/red_guide_bot_accounts/"
"#creating-a-new-bot-account") "#creating-a-new-bot-account")
print("If you decide to use a normal account, create an account for " print("and obtain your bot's token like described.")
"your bot on https://discordapp.com then enter your email here.") print("\nInsert your bot's token:")
print("Otherwise make a bot account and copy the token from "
"https://discordapp.com/developers/applications/me then enter "
"your token here.")
print("\nType your email or token:")
choice = input("> ") choice = input("> ")