diff options
| author | 2020-02-23 15:42:20 -0800 | |
|---|---|---|
| committer | 2020-02-23 15:42:20 -0800 | |
| commit | c81a4d401ea434e98b0a1ece51d3d10f1a3ad226 (patch) | |
| tree | 1fe8caf0ae751cfe94a71fcf02ffbbfda5bd8812 /config-default.yml | |
| parent | Merge pull request #749 from python-discord/reminder-enhancements (diff) | |
| parent | Merge remote-tracking branch 'origin/master' into bug/backend/b704/ready-miss... (diff) | |
Merge pull request #711 from python-discord/bug/backend/b704/ready-missing-cache
Prevent the role syncer from wiping the database table during API latency
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] |