[Blurplefly] Give it a cog level docstring

This commit is contained in:
aikaterna
2020-09-06 23:44:40 -07:00
committed by GitHub
parent edf21b3902
commit 92c1567b87

View File

@@ -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)