From 68874cb3c6671cc15912ca97278f6ff433c45f1b Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 6 Sep 2020 23:47:04 -0700 Subject: [PATCH] [CardsAgainstHumanity] Add cog level docstring --- cah/cah.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cah/cah.py b/cah/cah.py index 9fd6ef1..c4812b8 100644 --- a/cah/cah.py +++ b/cah/cah.py @@ -10,6 +10,8 @@ from redbot.core.data_manager import bundled_data_path class CardsAgainstHumanity(commands.Cog): + """Play Cards Against Humanity in DMs.""" + async def red_delete_data_for_user(self, **kwargs): """ Nothing to delete """ return