aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources/evergreen/python_facts.txt
diff options
context:
space:
mode:
authorGravatar Janine vN <[email protected]>2021-09-05 00:12:47 -0400
committerGravatar Janine vN <[email protected]>2021-09-05 00:12:47 -0400
commit66c888ad68ad88ba1d39c2ac4824469560b8c29a (patch)
tree706917000c39c3af1fc92c47fd59fe31a63f601a /bot/resources/evergreen/python_facts.txt
parentMove internal eval and rename utils to core (diff)
Move practical functions into utilities folder
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.
Diffstat (limited to 'bot/resources/evergreen/python_facts.txt')
-rw-r--r--bot/resources/evergreen/python_facts.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/bot/resources/evergreen/python_facts.txt b/bot/resources/evergreen/python_facts.txt
deleted file mode 100644
index 0abd971b..00000000
--- a/bot/resources/evergreen/python_facts.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Python was named after Monty Python, a British Comedy Troupe, which Guido van Rossum likes.
-If you type `import this` in the Python REPL, you'll get a poem about the philosophies about Python. (check it out by doing !zen in <#267659945086812160>)
-If you type `import antigravity` in the Python REPL, you'll be directed to an [xkcd comic](https://xkcd.com/353/) about how easy Python is.