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"; }