mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
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:
@@ -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("> ")
|
||||
|
||||
Reference in New Issue
Block a user