diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-03 12:58:19 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-03 12:58:19 -0700 |
commit | 2bd03144daebfc0b43e32a4663ddc29cf7ad2f26 (patch) | |
tree | 213eda30218550c03ec6509bf2ff16e06b554e5e /lib/chessh/discord/notifier.ex | |
parent | 8b13802918a22d1de205e4aa0f8ad6bf49949d70 (diff) | |
download | chessh-2bd03144daebfc0b43e32a4663ddc29cf7ad2f26.tar.gz chessh-2bd03144daebfc0b43e32a4663ddc29cf7ad2f26.zip |
Increase move notificatino delay, decrease creation notification delay, and surround username in quotes for ssh config
Diffstat (limited to 'lib/chessh/discord/notifier.ex')
-rw-r--r-- | lib/chessh/discord/notifier.ex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/chessh/discord/notifier.ex b/lib/chessh/discord/notifier.ex index 9006aab..41c79a3 100644 --- a/lib/chessh/discord/notifier.ex +++ b/lib/chessh/discord/notifier.ex @@ -165,6 +165,11 @@ defmodule Chessh.DiscordNotifier do make_discord_api_call(:put, 'channels/#{thread_id}/thread-members/#{id}') end) + post_discord( + thread_id, + "This private thread is used to communicate move notifications. It will be destroyed on game end." + ) + thread_id _ -> |