mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
Update overseerr.py
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
import aiohttp
|
import aiohttp
|
||||||
from redbot.core import commands, Config
|
from redbot.core import commands, Config
|
||||||
from redbot.core.bot import Red
|
from redbot.core.bot import Red
|
||||||
|
import asyncio # Import asyncio
|
||||||
|
import json
|
||||||
|
import urllib.parse # Import for encoding URLs
|
||||||
|
|
||||||
class Overseerr(commands.Cog):
|
class Overseerr(commands.Cog):
|
||||||
def __init__(self, bot: Red):
|
def __init__(self, bot: Red):
|
||||||
|
|||||||
Reference in New Issue
Block a user