From 0cab25989aee4a9191ab10ac0b3312249adcffed Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Tue, 27 Nov 2018 13:54:03 +0800 Subject: [PATCH] Add a reminder to drink water --- strings.php | 3 ++- water.php | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 water.php 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 -- 2.11.0