Remove self-bot support (#2008)

This commit is contained in:
Michael H
2018-08-24 08:51:03 -04:00
committed by Toby Harradine
parent bc39a6741c
commit 6ebfdef025
6 changed files with 11 additions and 73 deletions

View File

@@ -194,19 +194,6 @@ def cli_flag_getter():
choice = user_choice()
if choice == "y":
flags.append("--no-cogs")
print("Is this a selfbot? (y/n)")
choice = user_choice()
if choice == "y":
print(
"Please note that selfbots are not allowed by Discord. See"
"https://support.discordapp.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-"
"for more information."
)
flags.append("--self-bot")
print("Does this token belong to a user account rather than a bot account? (y/n)")
choice = user_choice()
if choice == "y":
flags.append("--not-bot")
print("Do you want to do a dry run? (y/n)")
choice = user_choice()
if choice == "y":