Say something when there's no digest
authorCameron Ball <cameron@moodle.com>
Wed, 8 May 2019 03:56:09 +0000 (11:56 +0800)
committerCameron Ball <cameron@moodle.com>
Wed, 8 May 2019 03:56:09 +0000 (11:56 +0800)
src/gnb.php

index eea2346..18c2590 100644 (file)
@@ -96,6 +96,10 @@ getTelegram()->addCommand(
                     ]
                 );
             }
+
+            if (!$pranks && !$newFaves) {
+                $this->replyWithMessage(['text' => 'Nothing to report. I guess nothing cool happened yesterday.']);
+            }
         }
     }
 );