aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/realpython.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-81/+0
| | | | | | Separates out the useful/practical seasonal bot features from the evergreen folder into a "utilities" folder. Adjusts the paths to resources to reflect the folder move.
* More explicit importing for `Bot`Gravatar Xithrius2021-09-02-3/+3
|
* Handle single article resultGravatar brad90four2021-08-30-1/+6
|
* Correct article length check with future proofingGravatar brad90four2021-08-30-1/+1
| | | Co-authored-by: wookie184 <[email protected]>
* Only send articles to userGravatar brad90four2021-08-30-2/+2
| | | | | | | | | Added the "kind": "article" parameter to the API request. This should only return articles to the user instead of courses, lessons or quizzes. Also updated the "Here are the top x results" message to handle a variable amount of articles. [Ticket: python-discord#828]
* Add a Real Python search command (#805)Gravatar brad90four2021-08-28-0/+76
Co-authored-by: Vthechamp22 <[email protected]> Co-authored-by: Bluenix <[email protected]>