Depreaction

This commit is contained in:
Ianardo DiCaprio 2019-08-02 17:47:03 +01:00 committed by GitHub
parent 13e684274c
commit b9f3c93809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@ from .recyclingplant import RecyclingPlant
def setup(bot): def setup(bot):
plant = RecyclingPlant(bot) plant = RecyclingPlant(bot)
data_manager.load_bundled_data(plant, __file__) data_manager.bundled_data_path(plant)
bot.add_cog(plant) bot.add_cog(plant)