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