diff options
| author | 2019-01-08 16:45:32 -0500 | |
|---|---|---|
| committer | 2019-01-08 16:45:32 -0500 | |
| commit | 322e6e21dafd6d8908ac8520658048ef22e99687 (patch) | |
| tree | 8e3f234c709cff21900547549557fd8d42dec394 | |
| parent | Add linter exception (diff) | |
| parent | Merge pull request #261 from python-discord/guild-whitelist (diff) | |
Merge branch 'master' of https://github.com/python-discord/bot
| -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 7e2a22cc9..1b4e6f412 100644 --- a/config-default.yml +++ b/config-default.yml @@ -157,6 +157,8 @@ filter:          - 267624335836053506  # Python Discord          - 440186186024222721  # Python Discord: ModLog Emojis          - 273944235143593984  # STEM +        - 348658686962696195  # RLBot +        - 531221516914917387  # Pallets      domain_blacklist:          - pornhub.com  |