6 lines
99 B
Python
6 lines
99 B
Python
from .cah import CardsAgainstHumanity
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(CardsAgainstHumanity(bot))
|