From 275e63c1b9ef2e59a93e398456389293398de70d Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Fri, 10 Jan 2025 18:45:07 +0000 Subject: [PATCH] update FAQ links --- .github/CHANGELOG.md | 3 +++ src/commands/moderation/faq/functions/faqPrintAll.ts | 10 +++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 642ee4f1..ff202fa4 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +Update _ January 2025 + +- fix: Update FAQ links (10/01/2025) Update _ November 2024 diff --git a/src/commands/moderation/faq/functions/faqPrintAll.ts b/src/commands/moderation/faq/functions/faqPrintAll.ts index e9f573ea..6a92a6ed 100644 --- a/src/commands/moderation/faq/functions/faqPrintAll.ts +++ b/src/commands/moderation/faq/functions/faqPrintAll.ts @@ -1,5 +1,5 @@ import { ChatInputCommandInteraction } from 'discord.js'; -import { constantsConfig, imageBaseUrl, Logger, makeEmbed, FAQ } from '../../../../lib'; +import { constantsConfig, imageBaseUrl, Logger, makeEmbed, FAQ, makeLines } from '../../../../lib'; const FLIGHT_DECK_IMAGE_URL = `${imageBaseUrl}/moderation/faq.png`; @@ -8,11 +8,15 @@ const linksEmbed = makeEmbed({ fields: [ { name: '**Docs FAQ**', - value: 'https://docs.flybywiresim.com/fbw-a32nx/faq/', + value: 'https://docs.flybywiresim.com/aircraft/faq/', }, { name: '**Beginners Guide**', - value: 'https://docs.flybywiresim.com/pilots-corner/beginner-guide/overview/', + value: makeLines([ + 'A32NX: https://docs.flybywiresim.com/pilots-corner/a32nx/a32nx-beginner-guide/overview/', + '', + 'A380X: https://docs.flybywiresim.com/pilots-corner/a380x/a380x-beginner-guide/overview/', + ]), }, { name: '**Flight School**',