client get set
This commit is contained in:
parent
c93f020538
commit
37ffceb8ff
@ -21,7 +21,7 @@ namespace NadekoBot
|
|||||||
{
|
{
|
||||||
public class NadekoBot
|
public class NadekoBot
|
||||||
{
|
{
|
||||||
public static DiscordClient Client;
|
public static DiscordClient Client { get; private set; }
|
||||||
public static Credentials Creds { get; set; }
|
public static Credentials Creds { get; set; }
|
||||||
public static Configuration Config { get; set; }
|
public static Configuration Config { get; set; }
|
||||||
public static LocalizedStrings Locale { get; set; } = new LocalizedStrings();
|
public static LocalizedStrings Locale { get; set; } = new LocalizedStrings();
|
||||||
|
Loading…
Reference in New Issue
Block a user