diff --git a/src/channels/plugins/onboarding/discord.ts b/src/channels/plugins/onboarding/discord.ts index 781710e48..4f61d80c0 100644 --- a/src/channels/plugins/onboarding/discord.ts +++ b/src/channels/plugins/onboarding/discord.ts @@ -45,6 +45,7 @@ async function noteDiscordTokenHelp(prompter: WizardPrompter): Promise { 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)",