diff options
| author | 2020-01-09 14:21:22 -0600 | |
|---|---|---|
| committer | 2020-01-09 14:21:22 -0600 | |
| commit | c398c6ecc50d7e78e729c1451c28801cfb771aab (patch) | |
| tree | 422697093d43e0e2d6233e45ea4f1950a016f2f5 | |
| parent | Merge pull request #712 from python-discord/audio-whitelist (diff) | |
Adding PyGame and Ren'Py to the invite white list
With the addition of the #game-development channel, I would expect we'll see an increase in people needing specific help with the various engines and libraries that Python has to offer.  As part of this, I'm adding the servers for PyGame and Ren'Py to the white list to help people get to the proper resources they might need.
Diffstat (limited to '')
| -rw-r--r-- | config-default.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config-default.yml b/config-default.yml index 15d0e51b8..f303f6ff8 100644 --- a/config-default.yml +++ b/config-default.yml @@ -202,6 +202,8 @@ filter:          - 590806733924859943  # Discord Hack Week          - 423249981340778496  # Kivy          - 197038439483310086  # Discord Testers +        - 286633898581164032  # Ren'Py +        - 349505959032389632  # PyGame      domain_blacklist:          - pornhub.com | 
