diff options
author | 2021-02-16 18:21:12 -0800 | |
---|---|---|
committer | 2021-02-16 18:21:12 -0800 | |
commit | 5164ba4e367efbfe78f8dd2b08646fe6605a8b42 (patch) | |
tree | b21e6d1ed9535770136d3f3c945752c06803ef3b /bot/resources | |
parent | Change Docstring for command (diff) |
Add colors and move embed out of send statement; add more info about Monty Python for Fact 1
Diffstat (limited to 'bot/resources')
-rw-r--r-- | bot/resources/evergreen/python_facts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/evergreen/python_facts.txt b/bot/resources/evergreen/python_facts.txt index d9e63a11..0abd971b 100644 --- a/bot/resources/evergreen/python_facts.txt +++ b/bot/resources/evergreen/python_facts.txt @@ -1,3 +1,3 @@ -Python was named after Monty Python, which Guido van Rossum likes. +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. |