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