Skip to content

Commit

Permalink
Discord link updated again -_-.
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Feb 12, 2022
1 parent e6057a1 commit 1287d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Loader/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ private void OnClickDiscordLink(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start(new ProcessStartInfo
{
FileName = "https://discord.gg/Qu9rKqvQA4",
FileName = "https://discord.gg/eQWJcRYwH5",
UseShellExecute = true
});
}
Expand Down

0 comments on commit 1287d25

Please sign in to comment.