From 8421ba8247d4617153bed821a2dd94117756f9c8 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 26 Dec 2016 03:44:46 +0100 Subject: [PATCH] Woops, define model back --- .../Searches/Commands/Models/DefineModel.cs | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/NadekoBot/Modules/Searches/Commands/Models/DefineModel.cs diff --git a/src/NadekoBot/Modules/Searches/Commands/Models/DefineModel.cs b/src/NadekoBot/Modules/Searches/Commands/Models/DefineModel.cs new file mode 100644 index 00000000..98f0f0bd --- /dev/null +++ b/src/NadekoBot/Modules/Searches/Commands/Models/DefineModel.cs @@ -0,0 +1,43 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace NadekoBot.Modules.Searches.Commands.Models +{ + public class Audio + { + public string url { get; set; } + } + + public class Example + { + public List