Goodnight sticker
[SonOfLokstallBot.git] / goodnight.php
index af9d421..f3ce616 100644 (file)
@@ -24,6 +24,9 @@ getTelegram()->sendMessage(
         'chat_id' => array_flip(PARTICIPANT_IDS)['Cam'],
         'text' => max($temps) > 30
         ? getString('goodnightWearShorts', ceil($temps[1]) . '°', ceil(max($temps)) . '°')
-        : getString('goodnight', ceil($temps[1]) . '°', ceil(max($temps)) . '°'),
+        : getString('goodnightNormal', ceil($temps[1]) . '°', ceil(max($temps)) . '°'),
     ]
 );
+
+getTelegram()->sendMessage(['chat_id' => array_flip(PARTICIPANT_IDS)['Cam'], 'text' => getString('goodnight')]);
+getTelegram()->sendSticker(['chat_id' => array_flip(PARTICIPANT_IDS)['Cam'], 'sticker' => 'CAADBQAD1A4AAsZRxhX9dbtZf_4i_wI',]);