diff options
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 15 | 
1 files changed, 13 insertions, 2 deletions
| diff --git a/config-default.yml b/config-default.yml index fda14b511..f70fe3c34 100644 --- a/config-default.yml +++ b/config-default.yml @@ -1,6 +1,7 @@  bot:      prefix:      "!"      token:       !ENV "BOT_TOKEN" +    sentry_dsn:  !ENV "BOT_SENTRY_DSN"      cooldowns:          # Per channel, per tag. @@ -34,6 +35,7 @@ style:          pencil:     "\u270F"          new:        "\U0001F195"          cross_mark: "\u274C" +        check_mark: "\u2705"          ducky_yellow:   &DUCKY_YELLOW   574951975574175744          ducky_blurple:  &DUCKY_BLURPLE  574951975310065675 @@ -118,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 @@ -155,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 @@ -177,6 +182,7 @@ guild:          big_brother:                        569133704568373283          reddit:                             635408384794951680          duck_pond:                          637821475327311927 +        dev_log:                            680501655111729222  filter: @@ -216,6 +222,7 @@ filter:          - 438622377094414346  # Pyglet          - 524691714909274162  # Panda3D          - 336642139381301249  # discord.py +        - 405403391410438165  # Sentdex      domain_blacklist:          - pornhub.com @@ -302,7 +309,7 @@ urls:      paste_service:                      !JOIN [*SCHEMA, *PASTE, "/{key}"]      # Snekbox -    snekbox_eval_api: "https://snekbox.pythondiscord.com/eval" +    snekbox_eval_api: "http://snekbox:8060/eval"      # Discord API URLs      discord_api:        &DISCORD_API "https://discordapp.com/api/v7/" @@ -428,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] | 
