From 9d3a386f32e1062cc4cb80857a887084245b344e Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 7 Jul 2022 22:08:45 +0200 Subject: [PATCH] nsfw shouldn't be disabled on private bots by default anymore --- src/NadekoBot/data/bot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/NadekoBot/data/bot.yml b/src/NadekoBot/data/bot.yml index 179684427..e3d842988 100644 --- a/src/NadekoBot/data/bot.yml +++ b/src/NadekoBot/data/bot.yml @@ -67,8 +67,7 @@ helpText: |- # List of modules and commands completely blocked on the bot blocked: commands: [] - modules: - - nsfw + modules: [] # Which string will be used to recognize the commands prefix: . # Toggles whether your bot will group greet/bye messages into a single message every 5 seconds.