(BotConfig) add missing getter and setter

This commit is contained in:
Nitix 2016-10-05 02:33:24 +02:00
parent 6ff8fec2c5
commit b43e0dd219

View File

@ -34,7 +34,7 @@ namespace NadekoBot.Services.Database.Models
public List<EightBallResponse> EightBallResponses { get; set; } = new List<EightBallResponse>();
public List<RaceAnimal> RaceAnimals { get; set; } = new List<RaceAnimal>();
public string DMHelpString;
public string DMHelpString { get; set; }
public string HelpString { get; set; }
public int MigrationVersion { get; set; }