[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
|
from .cah import CardsAgainstHumanity
|
||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot: commands.Bot):
|
||||||
bot.add_cog(CardsAgainstHumanity(bot))
|
n = CardsAgainstHumanity(bot)
|
||||||
|
data_manager.load_bundled_data(n, __file__)
|
||||||
|
bot.add_cog(n)
|
||||||
|
|||||||
Reference in New Issue
Block a user