29 ответов

26 просмотров

I fixed it was $token thanks I should change the valut in all the script

just set it in a variable so you don't have to change it everywhere

$TOKEN = empty($token1) ? $token2 : $token1;

You can add infinite bots in one script

ッ Marshmallow 🎀 ❦ ᵐⁱˢˢ Σ ᶜᵒˡˡᵉᵍⁱᵃⁿ ᵃⁿᵈ ᵍᵃᵐᵉʳ 👱🏻‍♀ 🦋²⁰²²ᵗʰ 🎀 🧞‍♀️×͜×
It's wrong

It's a short style for if statement. Basically empty ($token1) is the condition and after ? is the if block and after : is the else block

Ahmed Kuraimi
It's a short style for if statement. Basically emp...

Wait edit this if (empty(getenv('BOT_TOKEN'))){ $token = "YOUR_API_TOKEN"; } else { $token = getenv('BOT_TOKEN'); }

Похожие вопросы

Карта сайта