diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index a5d178b2..b97c465c 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -993,7 +993,7 @@ extension SettingsViewController // Option 2: Discord alertController.addAction(UIAlertAction(title: "Discord", style: .default) { _ in - if let discordURL = URL(string: "https://discord.gg/sidestore") { + if let discordURL = URL(string: "https://discord.gg/sidestore-949183273383395328") { let safariViewController = SFSafariViewController(url: discordURL) safariViewController.preferredControlTintColor = .altPrimary self.present(safariViewController, animated: true, completion: nil)