[CardsAgainstHumanity] No bundled_data in init

This commit is contained in:
aikaterna
2019-06-25 14:20:24 -07:00
committed by GitHub
parent f296c65ef2
commit a7fb88bad2

View File

@@ -1,8 +1,5 @@
from redbot.core import commands, data_manager
from .cah import CardsAgainstHumanity
def setup(bot: commands.Bot):
n = CardsAgainstHumanity(bot)
data_manager.load_bundled_data(n, __file__)
bot.add_cog(n)
def setup(bot):
bot.add_cog(CardsAgainstHumanity(bot))