From 7ecf7e996304eb3594bab2caaf480378ce0478d2 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 15 May 2016 19:19:31 +0200 Subject: [PATCH] Wipe references to user accounts They will still be supported but no longer mentioned in the setup or the docs. --- red.py | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/red.py b/red.py index 958968744..8e63fbaec 100644 --- a/red.py +++ b/red.py @@ -150,17 +150,11 @@ def check_folders(): def check_configs(): if settings.bot_settings == settings.default_settings: print("Red - First run configuration\n") - print("You either need a normal account or a bot account to use Red. " - "*Do not* use your own.") - print("For more information on bot accounts see: https://twentysix26." - "github.io/Red-Docs/red_guide_bot_accounts/" + print("If you haven't already, create a new account:\n" + "https://twentysix26.github.io/Red-Docs/red_guide_bot_accounts/" "#creating-a-new-bot-account") - print("If you decide to use a normal account, create an account for " - "your bot on https://discordapp.com then enter your email here.") - 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:") + print("and obtain your bot's token like described.") + print("\nInsert your bot's token:") choice = input("> ")