You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`**The alter "${canonicalFandomUsername}" hath not revealed one's Discord handle on the profile!**\n\n`+
285
+
`To link your Discord, follow these steps:\n\n`+
286
+
`1. Visit your Fandom profile: [Edit Profile](${profileUrl})\n`+
287
+
`2. Click the **"Edit profile"** button on the top right of your user page.\n`+
288
+
`3. Find the **"Discord"** field.\n`+
289
+
`4. Enter your Discord username (e.g. \`${interaction.user.username}\`).\n`+
290
+
`5. Save your profile.\n\n`+
291
+
`Once done, run this command again.`
292
+
)
293
+
.setFooter({text: "If you have set your Discord and still see this, double-check for typos or try again in a few minutes."});
294
+
279
295
awaitinteraction.reply({
280
-
content: `**THE ALTER "${canonicalFandomUsername}" HATH NOT REVEALED ONE'S DISCORD HANDLE ON THE PROFILE!**\nMake sure thy Discord handle is set on thy Fandom user profile.`,
296
+
embeds: [tutorialEmbed],
281
297
flags: MessageFlags.Ephemeral,
282
298
});
283
299
return;
@@ -290,8 +306,25 @@ export async function execute(
`The Discord handle on Fandom ("${fandomDiscordHandle}") doth not align with thy current Discord username ("${interaction.user.username}"). Didst thou input the correct username?\n\n`+
316
+
`To fix this:\n`+
317
+
`1. Visit your Fandom profile: [Edit Profile](${profileUrl})\n`+
318
+
`2. Click the **"Edit profile"** button on the top right of your user page.\n`+
319
+
`3. Find the **"Discord"** field.\n`+
320
+
`4. Enter your correct Discord username (\`${interaction.user.username}\`).\n`+
321
+
`5. Save your profile.\n\n`+
322
+
`Once done, run this command again.`
323
+
)
324
+
.setFooter({text: "If you have set your Discord and still see this, double-check for typos or try again in a few minutes."});
325
+
293
326
awaitinteraction.reply({
294
-
content: `**A MISMATCH IN THE DIRAC SEA!**\nThe Discord handle on Fandom ("${fandomDiscordHandle}") doth not align with thy current Discord username ("${interaction.user.username}"). Update thy Fandom profile, then try again.`,
0 commit comments