Add Overseerr cog

This commit is contained in:
2024-09-30 20:08:21 -04:00
committed by pacnpal
parent b30c786103
commit 88f628de91
4 changed files with 215 additions and 0 deletions

7
overseerr/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
from .overseerr import Overseerr
__red_end_user_data_statement__ = "This allows users to make requests to Overseerr and Admins can approve them."
async def setup(bot):
await bot.add_cog(Overseerr(bot))