diff --git a/examples/bot.php b/examples/bot.php index 9d3c796f7..0c179c271 100755 --- a/examples/bot.php +++ b/examples/bot.php @@ -32,7 +32,7 @@ use danog\MadelineProto\Settings\Database\SerializerType; if (file_exists('vendor/autoload.php')) { require_once 'vendor/autoload.php'; } else { - // Otherwise download an alpha version of MadelineProto via madeline.php + // Otherwise download an !!! alpha !!! version of MadelineProto via madeline.php if (!file_exists('madeline.php')) { copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php'); }