forgot to fix this
This commit is contained in:
parent
631667cc73
commit
d641908a8c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from bs4 import BeautifulSoup
|
||||||
import json
|
import json
|
||||||
import asyncio
|
import asyncio
|
||||||
from urllib.parse import urljoin
|
from urllib.parse import urljoin
|
||||||
from config import ownerid
|
from modules.globalvars import ownerid
|
||||||
class WebScraper(commands.Cog):
|
class WebScraper(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue