2018-07-24 10:37:25 -07:00
|
|
|
from .inspirobot import Inspirobot
|
|
|
|
|
|
2020-08-26 17:57:43 +01:00
|
|
|
__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))
|