Removed URLs file from bot config

This commit is contained in:
2023-09-07 12:50:36 +03:00
parent e929646e8e
commit 92a18e3495
6 changed files with 35 additions and 154 deletions

View File

@@ -19,6 +19,15 @@ public class PluginsManager
PluginsLink = plink;
VersionsLink = vlink;
}
/// <summary>
/// The default Plugin Manager constructor. It uses the default links.
/// </summary>
public PluginsManager()
{
PluginsLink = "https://raw.githubusercontent.com/andreitdr/installer/discord-bot-files/Plugins.txt";
VersionsLink = "https://raw.githubusercontent.com/andreitdr/installer/discord-bot-files/Versions";
}
/// <summary>
/// The URL of the server