mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
loads of import fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import aiohttp
|
||||
from redbot.core import commands, Config, app_commands
|
||||
from redbot.core.bot import Red
|
||||
from redbot.core import commands, Config, app_commands # type: ignore
|
||||
from redbot.core.bot import Red # type: ignore
|
||||
import asyncio
|
||||
import json
|
||||
import urllib.parse
|
||||
import discord
|
||||
import discord # type: ignore
|
||||
|
||||
class Overseerr(commands.Cog):
|
||||
def __init__(self, bot: Red):
|
||||
|
||||
Reference in New Issue
Block a user