From 92c1567b879066c5b294023706073a46a640af0d Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 6 Sep 2020 23:44:40 -0700 Subject: [PATCH] [Blurplefly] Give it a cog level docstring --- blurplefy/blurplefy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blurplefy/blurplefy.py b/blurplefy/blurplefy.py index a5f6a92..3700081 100644 --- a/blurplefy/blurplefy.py +++ b/blurplefy/blurplefy.py @@ -20,12 +20,14 @@ white = (255, 255, 255) class Blurplefy(commands.Cog): + """Blurplefy images and check blurple content of images.""" + async def red_delete_data_for_user(self, **kwargs): """ Nothing to delete """ return def __init__(self, bot): - """Blurplefy images and check content of images.""" + """Blurplefy images and check blurple content of images.""" self.bot = bot self.config = Config.get_conf(self, 2778931480, force_registration=True)