diff options
| author | 2020-02-24 01:09:58 +0100 | |
|---|---|---|
| committer | 2020-02-24 01:09:58 +0100 | |
| commit | 0826d89f59d3f9be120f3a67412574271ef18b4c (patch) | |
| tree | bd2b3de216cd0568ac14716443d5771802d2c299 /config-default.yml | |
| parent | Update Dockerfile to use python:3.8-slim (diff) | |
| parent | Merge pull request #711 from python-discord/bug/backend/b704/ready-missing-cache (diff) | |
Merge branch 'master' into python38-migration
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 379475907..f70fe3c34 100644 --- a/config-default.yml +++ b/config-default.yml @@ -35,6 +35,7 @@ style:          pencil:     "\u270F"          new:        "\U0001F195"          cross_mark: "\u274C" +        check_mark: "\u2705"          ducky_yellow:   &DUCKY_YELLOW   574951975574175744          ducky_blurple:  &DUCKY_BLURPLE  574951975310065675 @@ -123,6 +124,7 @@ guild:          checkpoint_test:                  422077681434099723          defcon:            &DEFCON        464469101889454091          devcontrib:        &DEV_CONTRIB   635950537262759947 +        devcore:                          411200599653351425          devlog:            &DEVLOG        622895325144940554          devtest:           &DEVTEST       414574275865870337          esoteric:                         470884583684964352 @@ -180,6 +182,7 @@ guild:          big_brother:                        569133704568373283          reddit:                             635408384794951680          duck_pond:                          637821475327311927 +        dev_log:                            680501655111729222  filter: @@ -432,6 +435,10 @@ redirect_output:      delete_invocation: true      delete_delay: 15 +sync: +    confirm_timeout: 300 +    max_diff: 10 +  duck_pond:      threshold: 5      custom_emojis: [*DUCKY_YELLOW, *DUCKY_BLURPLE, *DUCKY_CAMO, *DUCKY_DEVIL, *DUCKY_NINJA, *DUCKY_REGAL, *DUCKY_TUBE, *DUCKY_HUNT, *DUCKY_WIZARD, *DUCKY_PARTY, *DUCKY_ANGEL, *DUCKY_MAUL, *DUCKY_SANTA]  |