aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/realpython.py (follow)
Commit message (Collapse)AuthorAgeLines
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-3/+7
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* RealPython home page displayed on no user search. (#1063)Gravatar Xithrius2022-06-17-4/+12
|
* Add option to get specific amount of realpython articlesGravatar NipaDev2021-11-05-3/+13
| | | | | | Add a feature to choice in between 1-5 (inclusive) articles. If value not specified, the default, 5 will be used. Co-authored-by: ChrisJL <[email protected]>
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+81
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.