forgot to fix this

This commit is contained in:
WhatDidYouExpect 2025-07-05 18:01:50 +02:00
parent 631667cc73
commit d641908a8c

View file

@ -5,7 +5,7 @@ from bs4 import BeautifulSoup
import json
import asyncio
from urllib.parse import urljoin
from config import ownerid
from modules.globalvars import ownerid
class WebScraper(commands.Cog):
def __init__(self, bot):
self.bot = bot