Creating bot account and enabling intents guide (#4502)

* Test

* Docs

* Fixes

* Nesting

* grammar fixes

* Update docs/bot_application_guide.rst

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

* Update docs/bot_application_guide.rst

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

* Update docs/bot_application_guide.rst

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

* Update docs/bot_application_guide.rst

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

* Update redbot/core/cli.py

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>

* More clear

* remove double `and`

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Stonedestroyer
2020-10-18 01:52:11 +02:00
committed by GitHub
parent 9ae733181b
commit 152ca39719
11 changed files with 81 additions and 7 deletions

View File

@@ -42,9 +42,8 @@ async def interactive_config(red, token_set, prefix_set, *, print_header=True):
if not token_set:
print(
"Please enter a valid token.\n"
"You can find out how to obtain a token with this guide"
' (section "Creating a Bot Account"):\n'
f"https://discordpy.readthedocs.io/en/v{discord_version}/discord.html#creating-a-bot-account"
"You can find out how to obtain a token with this guide:\n"
"https://docs.discord.red/en/stable/bot_application_guide.html#creating-a-bot-account"
)
while not token:
token = input("> ")