From 47d3f28f16bdd1eb7ad99b91f7963fd2c4b8f9bf Mon Sep 17 00:00:00 2001 From: Simponic Date: Wed, 1 Feb 2023 22:55:06 -0700 Subject: Discord threads (#16) * Add initial support for discord threads * Finish thread creation --- config/runtime.exs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/runtime.exs') diff --git a/config/runtime.exs b/config/runtime.exs index 684e48e..5da6d47 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -5,8 +5,9 @@ config :chessh, config :chessh, DiscordNotifications, looking_for_games_role_mention: "<@&#{System.get_env("NEW_GAME_PINGABLE_ROLE_ID")}>", - discord_game_move_notif_webhook: System.get_env("REMIND_MOVE_CHANNEL_WEBHOOK"), - discord_new_game_notif_webhook: System.get_env("NEW_GAME_CHANNEL_WEBHOOK") + remind_move_channel_id: System.get_env("REMIND_MOVE_CHANNEL_ID"), + discord_bot_token: System.get_env("DISCORD_BOT_TOKEN"), + new_game_channel_id: System.get_env("NEW_GAME_CHANNEL_ID") config :chessh, Web, discord_client_id: System.get_env("DISCORD_CLIENT_ID"), -- cgit v1.2.3-70-g09d2