From 1f1d116a560e302c5bcc3fc0980536cddead696c Mon Sep 17 00:00:00 2001 From: bobloy Date: Fri, 30 Oct 2020 12:17:35 -0400 Subject: [PATCH] Docstring update --- nudity/nudity.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nudity/nudity.py b/nudity/nudity.py index 4233460..64ec02a 100644 --- a/nudity/nudity.py +++ b/nudity/nudity.py @@ -8,9 +8,7 @@ from redbot.core.data_manager import cog_data_path class Nudity(commands.Cog): - """ - V3 Cog Template - """ + """Monitor images for NSFW content and moves them to a nsfw channel if possible""" def __init__(self, bot: Red): super().__init__()