diff options
Diffstat (limited to 'lib')
-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 _ -> |