Update overseerr.py

This commit is contained in:
pacnpal
2024-09-30 21:19:28 -04:00
parent 0a4ff054cd
commit da0b4e13ef

View File

@@ -1,6 +1,9 @@
import aiohttp
from redbot.core import commands, Config
from redbot.core.bot import Red
import asyncio # Import asyncio
import json
import urllib.parse # Import for encoding URLs
class Overseerr(commands.Cog):
def __init__(self, bot: Red):