
* Update ccrole.py * listener * Update audiotrivia.py * Update audiotrivia.py * Update audiotrivia.py * Update chat.py * Update dad.py * Update exclusiverole.py * Update leaver.py * Update reactrestrict.py * Update stealemoji.py * Update lseen.py * Update __init__.py * Update qrinvite.py * Update qrinvite.py * Depreaction * Depreaction warning * Listener * Update chat.py
10 lines
196 B
Python
10 lines
196 B
Python
from redbot.core import data_manager
|
|
|
|
from .recyclingplant import RecyclingPlant
|
|
|
|
|
|
def setup(bot):
|
|
plant = RecyclingPlant(bot)
|
|
data_manager.bundled_data_path(plant)
|
|
bot.add_cog(plant)
|