mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
backport of public nsfw module
This commit is contained in:
7
src/NadekoBot/Modules/Nsfw/Common/IImageData.cs
Normal file
7
src/NadekoBot/Modules/Nsfw/Common/IImageData.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace NadekoBot.Modules.Nsfw.Common
|
||||
{
|
||||
public interface IImageData
|
||||
{
|
||||
ImageData ToCachedImageData(Booru type);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user