diff options
| author | 2020-07-13 21:19:30 +0200 | |
|---|---|---|
| committer | 2020-07-13 21:19:30 +0200 | |
| commit | c91ad4b74d4aea220ef564af3b1c044ab81a01d8 (patch) | |
| tree | a05813d014f43b1dd4c714453175904484540804 /config-default.yml | |
| parent | Merge pull request #1039 from python-discord/1038_allow_role_mentions_in_spec... (diff) | |
Whitelisting some popular communities
The following communities are whitelisted by this commit:
- Django
- Programming Discussions
- JetBrains Community
- Raspberry Pi
- Programmers Hangout
- SpeakJS
- DevCord
- Unity
- Programmer Humor
- Microsoft Community
Most of these are partners, or otherwise friendly communities that aren't worth pinging mods over.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 636b9db37..19d79fa76 100644 --- a/config-default.yml +++ b/config-default.yml @@ -295,12 +295,22 @@ filter:          - 172018499005317120  # The Coding Den          - 666560367173828639  # PyWeek          - 702724176489873509  # Microsoft Python +        - 150662382874525696  # Microsoft Community          - 81384788765712384   # Discord API          - 613425648685547541  # Discord Developers          - 185590609631903755  # Blender Hub          - 420324994703163402  # /r/FlutterDev          - 488751051629920277  # Python Atlanta          - 143867839282020352  # C# +        - 159039020565790721  # Django +        - 238666723824238602  # Programming Discussions +        - 433980600391696384  # JetBrains Community +        - 204621105720328193  # Raspberry Pi +        - 244230771232079873  # Programmers Hangout +        - 239433591950540801  # SpeakJS +        - 174075418410876928  # DevCord +        - 489222168727519232  # Unity +        - 494558898880118785  # Programmer Humor      domain_blacklist:          - pornhub.com  |