Depreaction

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

@ -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)

Loading…
Cancel
Save