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