[V3 CardsAgainstHumanity] Bundled data fun
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
from redbot.core import commands, data_manager
|
||||
from .cah import CardsAgainstHumanity
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(CardsAgainstHumanity(bot))
|
||||
def setup(bot: commands.Bot):
|
||||
n = CardsAgainstHumanity(bot)
|
||||
data_manager.load_bundled_data(n, __file__)
|
||||
bot.add_cog(n)
|
||||
|
||||
Reference in New Issue
Block a user