Playlist queue limit has been raised to 500. Closes #286
This commit is contained in:
@@ -81,14 +81,14 @@ namespace NadekoBot.Classes.JSONModels
|
||||
"Calling %target%"
|
||||
} },
|
||||
{"%mention% disguise", new List<string>() {
|
||||
"https://cdn.discordapp.com/attachments/140007341880901632/156721710458994690/Cc5mixjUYAADgBs.jpg",
|
||||
"https://cdn.discordapp.com/attachments/140007341880901632/156721715831898113/hqdefault.jpg",
|
||||
"https://cdn.discordapp.com/attachments/140007341880901632/156721724430352385/okawari_01_haruka_weird_mask.jpg",
|
||||
"https://cdn.discordapp.com/attachments/140007341880901632/156721728763068417/mustache-best-girl.png"
|
||||
"https://cdn.discordapp.com/attachments/140007341880901632/156721710458994690/Cc5mixjUYAADgBs.jpg",
|
||||
"https://cdn.discordapp.com/attachments/140007341880901632/156721715831898113/hqdefault.jpg",
|
||||
"https://cdn.discordapp.com/attachments/140007341880901632/156721724430352385/okawari_01_haruka_weird_mask.jpg",
|
||||
"https://cdn.discordapp.com/attachments/140007341880901632/156721728763068417/mustache-best-girl.png"
|
||||
|
||||
} }
|
||||
};
|
||||
|
||||
|
||||
public List<string> RotatingStatuses { get; set; } = new List<string>();
|
||||
public CommandPrefixesModel CommandPrefixes { get; set; } = new CommandPrefixesModel();
|
||||
public HashSet<ulong> ServerBlacklist { get; set; } = new HashSet<ulong>();
|
||||
|
@@ -46,6 +46,15 @@ namespace NadekoBot.Classes.JSONModels
|
||||
public string kind { get; set; }
|
||||
public string videoId { get; set; }
|
||||
}
|
||||
public class PlaylistItemsSearch
|
||||
{
|
||||
public string nextPageToken { get; set; }
|
||||
public PlaylistItem[] items { get; set; }
|
||||
}
|
||||
public class PlaylistItem
|
||||
{
|
||||
public YtVideoId contentDetails { get; set; }
|
||||
}
|
||||
|
||||
#region wikpedia example
|
||||
// {
|
||||
|
Reference in New Issue
Block a user