1
0
Fork 0
mirror of synced 2024-06-29 19:50:25 +12:00

imported the BeautifulSoup Module

This commit is contained in:
Phxntxm 2016-10-23 21:43:59 -05:00
parent c74d246b31
commit 606a38dc92

View file

@ -1,6 +1,7 @@
from discord.ext import commands from discord.ext import commands
from .utils import config from .utils import config
from .utils import checks from .utils import checks
from bs4 import BeautifulSoup as bs
import discord import discord
import aiohttp import aiohttp