changed to .json file instead of database for settings

This commit is contained in:
2023-03-24 21:52:03 +02:00
parent 7e2fa02d07
commit 460a85944a
15 changed files with 207 additions and 312 deletions

View File

@@ -1,4 +1,5 @@
using PluginManager.Others;
using System;
using System.IO;
using System.Linq;
@@ -10,7 +11,6 @@ namespace DiscordBot
public class Entry
{
internal static StartupArguments startupArguments;
public static void Main(string[] args)
{
AppDomain currentDomain = AppDomain.CurrentDomain;