idoneam / Canary

Canary is a Python3 bot designed for the McGill University Community Discord Server. The bot provides helper functions to users, as well as fun functions, a quote database and custom greeting messages.
GNU General Public License v3.0
11 stars 7 forks source link

change: switch to using lxml #573

Closed namemcguffin closed 2 years ago

namemcguffin commented 2 years ago

switches to using lxml parser instead of python html.parser when using bs4

Description

Motivation and Context

increased performance

How Has This Been Tested?

tested manually to ensure no regressions in commands which use bs4

Screenshots (if appropriate):

Types of changes

Checklist: