mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
9 lines
245 B
C#
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);
|
|
// } |