(BotConfig) add missing getter and setter
This commit is contained in:
parent
6ff8fec2c5
commit
b43e0dd219
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user