client get set

This commit is contained in:
Master Kwoth 2016-03-31 07:50:34 +02:00
parent c93f020538
commit 37ffceb8ff

View File

@ -21,7 +21,7 @@ namespace NadekoBot
{
public class NadekoBot
{
public static DiscordClient Client;
public static DiscordClient Client { get; private set; }
public static Credentials Creds { get; set; }
public static Configuration Config { get; set; }
public static LocalizedStrings Locale { get; set; } = new LocalizedStrings();