From 2585b27d7bf25e0351e0b6f11e8e469cca7f38bb Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Sun, 7 Jun 2020 20:56:32 +0200 Subject: [PATCH] show status message --- start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.php b/start.php index 97f804e..9021b99 100644 --- a/start.php +++ b/start.php @@ -38,8 +38,9 @@ while(TRUE) ] ]; - echo "Sending info to discord.\n"; + echo "Sending info to discord..."; $result = file_get_contents($DiscordWebhook, false, stream_context_create($options)); + echo "done.\n"; }else{ echo "ERROR: Image not generated!\n"; }