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