Moved to API v11 due to the discriminator removal from discord
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<None Remove="Output\**" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Discord.Net" Version="3.10.0" />
|
||||
<PackageReference Include="Discord.Net" Version="3.11.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PluginManager\PluginManager.csproj" />
|
||||
|
||||
@@ -14,7 +14,7 @@ public class Config
|
||||
private static bool IsLoaded;
|
||||
public static DBLogger Logger;
|
||||
public static Json<string, string>? Data;
|
||||
public static Json<string, string>? Plugins;
|
||||
// public static Json<string, string>? Plugins;
|
||||
|
||||
internal static Boot? _DiscordBotClient;
|
||||
|
||||
@@ -32,7 +32,7 @@ public class Config
|
||||
Directory.CreateDirectory("./Data/Logs/Errors");
|
||||
|
||||
Data = new Json<string, string>("./Data/Resources/config.json");
|
||||
Plugins = new Json<string, string>("./Data/Resources/Plugins.json");
|
||||
// Plugins = new Json<string, string>("./Data/Resources/Plugins.json");
|
||||
|
||||
Data["LogFolder"] = "./Data/Logs/Logs";
|
||||
Data["ErrorFolder"] = "./Data/Logs/Errors";
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<None Remove="BlankWindow1.xaml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Discord.Net" Version="3.10.0"/>
|
||||
<PackageReference Include="Discord.Net" Version="3.11.0" />
|
||||
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user