Files
nadekobot/src/NadekoBot/Modules/Nsfw/Nhentai/INhentaiService.cs

9 lines
245 B
C#

// using NadekoBot.Modules.Searches.Common;
//
// namespace NadekoBot.Modules.Nsfw;
//
// public interface INhentaiService
// {
// Task<Gallery?> GetAsync(uint id);
// Task<IReadOnlyList<uint>> GetIdsBySearchAsync(string search);
// }