This commit is contained in:
Conrad @ InnoIso 2026-01-29 21:53:27 -05:00 committed by GitHub
commit cadb175419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ async function noteDiscordTokenHelp(prompter: WizardPrompter): Promise<void> {
await prompter.note( await prompter.note(
[ [
"1) Discord Developer Portal → Applications → New Application", "1) Discord Developer Portal → Applications → New Application",
" https://discord.com/developers/applications?new_application=true",
"2) Bot → Add Bot → Reset Token → copy token", "2) Bot → Add Bot → Reset Token → copy token",
"3) OAuth2 → URL Generator → scope 'bot' → invite to your server", "3) OAuth2 → URL Generator → scope 'bot' → invite to your server",
"Tip: enable Message Content Intent if you need message text. (Bot → Privileged Gateway Intents → Message Content Intent)", "Tip: enable Message Content Intent if you need message text. (Bot → Privileged Gateway Intents → Message Content Intent)",