From e6b218c74a991b5c7bff4eca1e43c8ca2a6dc098 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Wed, 28 Nov 2018 10:46:20 +0800 Subject: [PATCH] Add a message for when there are no bills --- purjolok.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purjolok.php b/purjolok.php index 2b7954b..10cc6fe 100644 --- a/purjolok.php +++ b/purjolok.php @@ -75,7 +75,7 @@ getTelegram()->addCommand( require 'rules.php', FALSE ) - ) + ) ?: ['You have no unpaid bills! Nice one.'] ) ]); } -- 2.11.0