Switch Discord integration to use NetCord instead of Discord.Net (#38400)

This commit is contained in:
Simon
2025-06-17 19:03:24 +02:00
committed by GitHub
parent 22e6aef2c5
commit 9bab47ea32
6 changed files with 75 additions and 74 deletions

View File

@@ -47,7 +47,7 @@ public static class ServerPackaging
// Python script had Npgsql. though we want Npgsql.dll as well soooo
"Npgsql",
"Microsoft",
"Discord",
"NetCord",
};
private static readonly List<string> ServerNotExtraAssemblies = new()