mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
backport of public nsfw module
This commit is contained in:
12
src/NadekoBot/Modules/Nsfw/NsfwService.cs
Normal file
12
src/NadekoBot/Modules/Nsfw/NsfwService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace NadekoBot.Modules.Nsfw
|
||||
{
|
||||
public interface INsfwService
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class NsfwService
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user