aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources/utilities/python_facts.txt (follow)
Commit message (Collapse)AuthorAgeLines
* Add rest of python facts from github suggestion thread (#1696)Gravatar David Reilly2025-09-18-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add rest of facts from GitHub thread Source: https://github.com/python-discord/meta/discussions/93 Edited for grammar, formatting, and inline code. * Add Ned's last name * Update formatting for Ned's fact * Grammar fix * Add a few more facts * Add bool fact * Add object fact * Remove fact about Ned * Update python_facts.txt Remove last line * Incorporate updates from wookie184's code review
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+3
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.