diff --git a/examples/bot.php b/examples/bot.php index 5c907b8b..67aa8aae 100755 --- a/examples/bot.php +++ b/examples/bot.php @@ -93,7 +93,6 @@ $settings = [ 'serialization' => [ 'serialization_interval' => 30, ], - 'db' => ['type' => 'redis'] ]; $MadelineProto = new API('bot.madeline', $settings);