/Madeline-Proto-Command

Comandi utilizzabili per gli userbot telegram creati con MadelineProto.

Primary LanguagePHPApache License 2.0Apache-2.0

Madeline-Proto-Command

On this page you will find many of the basic codes for a Telegram userbot created with MadelineProto.

The plugins are located in the plugins folder to activate them you can insert them in your bot.php or download the whole base (git clone https://github.com/nicknessuno01/Madeline-Proto-Command.git) and move the downloaded files into the folder of MadelineProto where the vorstro bot.php is contained,

I remind you that to use most of these plugins the bot requires an admin you can modify it from the bot.php file. in this way:

(Replace ID with the admin / id!)

ONE ADMIN:

$ admin = array ("ID");

MORE ADMIN:

$admin = array("ID", "ID2");

========================================================================================

In questa pagina troverai molti dei codici basilari per un userbot Telegram creato con MadelineProto.

I plugin si trovano nella cartella plugins per attivarli puoi inserirli nel tuo bot.php oppure scaricare tutta la base(git clone https://github.com/nicknessuno01/Madeline-Proto-Command.git) e spostare i file scaricati dentro alla cartella di MadelineProto dove è contenuto il vorstro bot.php,

Vi ricordo che per utilizzare la maggior parte di questi plugin il bot richiede un admin potete modificarlo dall'file bot.php. in questo modo:

(Sostituire la scritta ID con l'id dell' / degli admin!)

UN ADMIN:

$admin = array("ID");

PIU' ADMIN:

$admin = array("ID", "ID2");