aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2020-02-25 13:24:41 +0000
committerGravatar GitHub <[email protected]>2020-02-25 13:24:41 +0000
commit7bb1e295b2783d83d96239368b3287553f2ff0ff (patch)
treec7db76fff6f582c30df82254ccda117c7e047c4a /config-default.yml
parentReminders: don't cancel task if reminder is invalid when rescheduling (diff)
parentMerge pull request #711 from python-discord/bug/backend/b704/ready-missing-cache (diff)
Merge branch 'master' into bug/utils/bot-1c/reminder-unschedule-failure
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml
index ba6ea2742..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
@@ -119,9 +120,11 @@ guild:
announcements: 354619224620138496
attachment_log: &ATTCH_LOG 649243850006855680
big_brother_logs: &BBLOGS 468507907357409333
- bot: 267659945086812160
+ bot: &BOT_CMD 267659945086812160
checkpoint_test: 422077681434099723
defcon: &DEFCON 464469101889454091
+ devcontrib: &DEV_CONTRIB 635950537262759947
+ devcore: 411200599653351425
devlog: &DEVLOG 622895325144940554
devtest: &DEVTEST 414574275865870337
esoteric: 470884583684964352
@@ -156,6 +159,7 @@ guild:
staff_channels: [*ADMINS, *ADMIN_SPAM, *MOD_SPAM, *MODS, *HELPERS, *ORGANISATION, *DEFCON]
ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG, *ADMINS_VOICE, *STAFF_VOICE, *ATTCH_LOG]
+ reminder_whitelist: [*BOT_CMD, *DEV_CONTRIB]
roles:
admin: &ADMIN_ROLE 267628507062992896
@@ -178,6 +182,7 @@ guild:
big_brother: 569133704568373283
reddit: 635408384794951680
duck_pond: 637821475327311927
+ dev_log: 680501655111729222
filter:
@@ -430,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]