FRCDiscord / Dozer

Omnipotent guild management bot for FIRST Discord servers
GNU General Public License v3.0
40 stars 45 forks source link

moved firstqa.py to correct folder #444

Closed skruglov2023 closed 10 months ago

skruglov2023 commented 1 year ago

Previous PR that I added this, I accidentally added it to the top-level folder rather than cogs. Also, corrected FTC->FRC on one of the comments for frc qa

skruglov2023 commented 10 months ago

Only issue pylint finds is the inability to find bs4 (BeautifulSoup), which is used to find the Q/A elements on the firstqna forums.

guineawheek commented 10 months ago

Only issue pylint finds is the inability to find bs4 (BeautifulSoup), which is used to find the Q/A elements on the firstqna forums.

While we're at it, you should probably add beautifulsoup4 to the requirements.txt

skruglov2023 commented 10 months ago

Finally got the thing to show up right, bs4 version was not right I guess? it passed this time