Changed Config System
This commit is contained in:
19
PluginManager/Variables.cs
Normal file
19
PluginManager/Variables.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using PluginManager.Database;
|
||||
using PluginManager.Others;
|
||||
|
||||
namespace PluginManager
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
|
||||
public static class Variables
|
||||
{
|
||||
public static string WebsiteURL = "https://wizzy69.github.io/SethDiscordBot";
|
||||
public static string UpdaterURL = "https://github.com/Wizzy69/installer/releases/download/release-1-discordbot/Updater.zip";
|
||||
|
||||
}
|
||||
|
||||
public static SqlDatabase sqlDatabase;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user