From 606a38dc92a2a38d48d5682435aff48073d53e86 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sun, 23 Oct 2016 21:43:59 -0500 Subject: [PATCH] imported the BeautifulSoup Module --- cogs/links.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/links.py b/cogs/links.py index 849528e..60f6643 100644 --- a/cogs/links.py +++ b/cogs/links.py @@ -1,6 +1,7 @@ from discord.ext import commands from .utils import config from .utils import checks +from bs4 import BeautifulSoup as bs import discord import aiohttp