From c8e6c8dca4afd61875c4f1ec09445f68b90af99c Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Fri, 17 Sep 2021 01:55:04 +0000 Subject: [PATCH] live discord alias for thermal. --- discord.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/discord.sh b/discord.sh index 12698f5..4aa1836 100755 --- a/discord.sh +++ b/discord.sh @@ -10,6 +10,10 @@ HOOK="general" HOOK_URL=$DISCORD_GENERAL_HOOK case $HOOK_ARG in + live) + HOOK="thermal" + HOOK_URL=$DISCORD_THERMAL_HOOK + ;; thermal) HOOK="thermal" HOOK_URL=$DISCORD_THERMAL_HOOK