mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 09:06:17 +02:00
Add local images support ...finally!
This commit is contained in:
parent
276ae8af2e
commit
e4998d433d
5 changed files with 95 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue