mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Nuked nsfw from the public bot, it shouldn't show up anymore. Uncommented patron owner check
This commit is contained in:
@@ -4,6 +4,7 @@ using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace NadekoBot.Modules.Nsfw;
|
||||
|
||||
#if !GLOBAL_NADEKO
|
||||
[NoPublicBot]
|
||||
public partial class NSFW : NadekoModule<ISearchImagesService>
|
||||
{
|
||||
@@ -436,4 +437,5 @@ public partial class NSFW : NadekoModule<ISearchImagesService>
|
||||
.WithFooter(
|
||||
$"{data.Rating} ({data.Provider}) | {string.Join(" | ", data.Tags.Where(x => !string.IsNullOrWhiteSpace(x)).Take(5))}"));
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user