From bd643ca67b6911b9a67914f9aff2c353d0b4a5e2 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Mon, 17 Dec 2018 11:02:31 -0800 Subject: [PATCH] [V3 CardsAgainstHumanity] Initial commit --- cah/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cah/__init__.py diff --git a/cah/__init__.py b/cah/__init__.py new file mode 100644 index 0000000..25a05f4 --- /dev/null +++ b/cah/__init__.py @@ -0,0 +1,5 @@ +from .cah import CardsAgainstHumanity + + +def setup(bot): + bot.add_cog(CardsAgainstHumanity(bot))