diff options
author | 2020-08-09 14:07:08 -0700 | |
---|---|---|
committer | 2020-08-09 14:07:08 -0700 | |
commit | 4d6e9f2b692939eccd8fed414f063f6bd3de858f (patch) | |
tree | f1d4a658a0e825a22e87df95530c8e59c21b9803 | |
parent | Edited "topic" command for fetching python channel topics. (diff) |
Added base file for python topics.
With a couple suggestions for #python-general
-rw-r--r-- | bot/resources/easter/py_topics.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/bot/resources/easter/py_topics.json b/bot/resources/easter/py_topics.json new file mode 100644 index 00000000..d1035b7a --- /dev/null +++ b/bot/resources/easter/py_topics.json @@ -0,0 +1,58 @@ +{ + "python-channels": { + "267624335836053506": [ + "What's your favorite PEP?", + "What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?", + "What functionality is your text editor/IDE missing for programming Python?", + "What parts of your life has Python automated, if any?" + ], + "630504881542791169": [ + + ], + "650401909852864553": [ + + ], + "342318764227821568": [ + + ], + "366673247892275221": [ + + ], + "343944376055103488": [ + + ], + "470884583684964352": [ + + ], + "660625198390837248": [ + + ], + "545603026732318730": [ + + ], + "716325106619777044": [ + + ], + "728390945384431688": [ + + ], + "366674035876167691": [ + + ], + "463035728335732738": [ + + ], + "463035462760792066": [ + + ], + "491523972836360192": [ + + ], + "338993628049571840": [ + + ], + "366673702533988363": [ + + ] + } +} |