mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
7 lines
208 B
Python
7 lines
208 B
Python
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)) |