sendMessage( [ 'chat_id' => CHAT_ID, 'parse_mode' => 'Markdown', 'text' => implode("\n", [ "```", "🐸 MEME ALERT MY DUDES 🐸", " ** It is Wednesday **", " Meme Inbound", "🐸 MEME ALERT MY DUDES 🐸", "```" ]) ] ); getTelegram()->sendChatAction(['chat_id' => CHAT_ID, 'action' => Actions::TYPING]); sleep(2); getTelegram()->sendMessage( [ 'chat_id' => CHAT_ID, 'text' => 'https://www.youtube.com/watch?v=' . $wednesdays[(int)(new DateTimeImmutable)->format("W") - 1] ] );