From: Cameron Ball Date: Tue, 27 Nov 2018 05:54:03 +0000 (+0800) Subject: Add a reminder to drink water X-Git-Url: http://git.cameron1729.xyz/?p=SonOfLokstallBot.git;a=commitdiff_plain;h=0cab25989aee4a9191ab10ac0b3312249adcffed Add a reminder to drink water --- diff --git a/strings.php b/strings.php index f9908dc..3c63795 100644 --- a/strings.php +++ b/strings.php @@ -3,5 +3,6 @@ return [ 'takeoutthebins' => 'Take out that BINZ #TrashSLAM 🚮', 'newbill' => '%s bill: $%s each due on the %s', - 'billreminder' => '[REMINDER %d DAYS] %s bill: $%s each due on the %s' + 'billreminder' => '[REMINDER %d DAYS] %s bill: $%s each due on the %s', + 'drinksomewater' => '🚰 Consider drinking some water! 💦 #HydrationNation' ]; \ No newline at end of file diff --git a/water.php b/water.php new file mode 100644 index 0000000..00ed6e5 --- /dev/null +++ b/water.php @@ -0,0 +1,5 @@ +sendMessage(['chat_id' => array_flip(PARTICIPANT_IDS)['Cam'], 'text'=> getString('drinksomewater')]); \ No newline at end of file