Add local images support ...finally!

This commit is contained in:
Marco Realacci 2024-01-31 04:56:23 +01:00
parent 276ae8af2e
commit e4998d433d
5 changed files with 95 additions and 9 deletions

View file

@ -15,6 +15,8 @@ namespace SoUnBot.Modules.OttoLinux
public List<string> Answers { get; }
[JsonProperty("correct")]
public int Correct { get; private set; }
[JsonProperty("image")]
public string Image { get; private set; }
public Question(String quest)
{