summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorSimponic <elizabeth.hunt@simponic.xyz>2023-02-08 22:06:58 -0700
committerSimponic <elizabeth.hunt@simponic.xyz>2023-02-08 22:06:58 -0700
commitbf9363aaf8d5d2ef2360caad85f2c518a7ccbf5c (patch)
tree816a715a87df097e27628423855f5a249e7af457 /config/config.exs
parent2bd03144daebfc0b43e32a4663ddc29cf7ad2f26 (diff)
downloadchessh-bf9363aaf8d5d2ef2360caad85f2c518a7ccbf5c.tar.gz
chessh-bf9363aaf8d5d2ef2360caad85f2c518a7ccbf5c.zip
Show previous move in message body, which notification is now instant, add check highlighting
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index bac2e14..c11b753 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -24,8 +24,8 @@ config :chessh, Web,
discord_scope: "identify"
config :chessh, DiscordNotifications,
- game_move_notif_delay_ms: 20 * 1000,
- game_created_notif_delay_ms: 5 * 1000,
+ game_move_notif_delay_ms: 0,
+ game_created_notif_delay_ms: 15_000,
reschedule_delay: 3 * 1000
config :joken, default_signer: "secret"