@ -1,5 +1,11 @@
|
|||||||
|
from redbot.core import data_manager
|
||||||
|
|
||||||
from .conquest import Conquest
|
from .conquest import Conquest
|
||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
async def setup(bot):
|
||||||
bot.add_cog(Conquest(bot))
|
cog = Conquest(bot)
|
||||||
|
data_manager.bundled_data_path(cog)
|
||||||
|
await cog.load_data()
|
||||||
|
|
||||||
|
bot.add_cog(cog)
|
||||||
|
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 345 KiB |
Before Width: | Height: | Size: 413 KiB After Width: | Height: | Size: 413 KiB |
After Width: | Height: | Size: 110 KiB |
After Width: | Height: | Size: 312 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 334 KiB |
After Width: | Height: | Size: 596 KiB |