Merge pull request #6 from Ianardo-DiCaprio/Ianardo-DiCaprio-patch-4

Update __init__.py
pull/64/head
Ianardo DiCaprio 6 years ago committed by GitHub
commit 13e684274c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,6 @@ from .planttycoon import PlantTycoon
async def setup(bot): async def setup(bot):
tycoon = PlantTycoon(bot) tycoon = PlantTycoon(bot)
data_manager.load_bundled_data(tycoon, __file__) data_manager.bundled_data_path(tycoon)
await tycoon._load_plants_products() # I can access protected members if I want, linter!! await tycoon._load_plants_products() # I can access protected members if I want, linter!!
bot.add_cog(tycoon) bot.add_cog(tycoon)

Loading…
Cancel
Save