[CardsAgainstHumanity] No bundled_data in init
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user