Discord: add dev portal new application link to onboarding hint

This commit is contained in:
Conrad 2026-01-26 22:01:51 -08:00
parent 6372242da7
commit c2a3261e70

View File

@ -45,6 +45,7 @@ async function noteDiscordTokenHelp(prompter: WizardPrompter): Promise<void> {
await prompter.note(
[
"1) Discord Developer Portal → Applications → New Application",
" https://discord.com/developers/applications?new_application=true",
"2) Bot → Add Bot → Reset Token → copy token",
"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)",