Files

8 lines
202 B
Python
Raw Permalink Normal View History

2018-07-24 10:37:25 -07:00
from .inspirobot import Inspirobot
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
2018-07-24 10:37:25 -07:00
2022-04-04 13:05:52 -07:00
async def setup(bot):
await bot.add_cog(Inspirobot(bot))