From e18406319a863d2baf65c0f376904ec79fff7519 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 6 Sep 2020 23:48:49 -0700 Subject: [PATCH] [IcyParser] Add cog level docstring --- icyparser/icyparser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icyparser/icyparser.py b/icyparser/icyparser.py index 5e3872d..d10e254 100644 --- a/icyparser/icyparser.py +++ b/icyparser/icyparser.py @@ -7,6 +7,8 @@ from redbot.core import commands class IcyParser(commands.Cog): + """Icyparser/Shoutcast stream reader.""" + async def red_delete_data_for_user(self, **kwargs): """ Nothing to delete """ return