diff --git a/HellionChat/Branding/BrandingLinks.cs b/HellionChat/Branding/BrandingLinks.cs index 0298469..45adc57 100644 --- a/HellionChat/Branding/BrandingLinks.cs +++ b/HellionChat/Branding/BrandingLinks.cs @@ -4,8 +4,7 @@ namespace HellionChat.Branding; // Centralised so a future invite rotation only touches one file. The same // link is currently hard-coded in repo.json, README.md, SUPPORT.md, // CONTRIBUTORS.md and HellionChat.yaml — those will be migrated to consume -// this constant in a separate housekeeping sweep, but that's out of scope -// for this Cycle. +// this constant in a separate housekeeping sweep internal static class BrandingLinks { public const string HellionForgeDiscordInvite = "https://discord.gg/X9V7Kcv5gR";