1
0

Update MainWindow.xaml.cs

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-26 18:34:35 +02:00
parent e07e9bb70c
commit a6eace828f

View File

@ -94,7 +94,7 @@ namespace DerpingDrivers
private void Discord_OnClick(object sender, RoutedEventArgs e)
{
Process.Start("https://discord.vigem.org");
Process.Start("https://discord.nefarius.at");
}
private void Forums_OnClick(object sender, RoutedEventArgs e)