This commit is contained in:
2022-04-08 18:47:39 +03:00
parent 74c1fcede8
commit b57e132912
12 changed files with 145 additions and 54 deletions

View File

@@ -11,8 +11,8 @@ namespace PluginManager.Core
{
internal class Boot
{
private readonly string botPrefix;
private readonly string botToken;
public readonly string botPrefix;
public readonly string botToken;
private bool isReady = false;