Update overseerr.py

This commit is contained in:
pacnpal
2024-09-30 21:19:28 -04:00
parent c5f3471dfc
commit 9926193ac8

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):