i don`t know what in there

This commit is contained in:
root 2023-11-11 14:51:58 +00:00
parent 5de4881a59
commit a7b14a206c
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# Telegram chat-robot implementing a register of people # Register of people in telegram chat-robot
⚠️ Documentation and code commenting not added ⚠️ Documentation and code commentaries are not created! (this is not an important project)
Simple, asynchronous, scalable, easy to update 😼Simple, asynchronous, scalable, easy to update
The robot sends messages in Russian, but they can easily be replaced with English
😼 Developed lazily in 2 days Messages in Russian, but can easily be replaced with English
Based on very comfy and easy Zanzara PHP Telegram framework: https://github.com/badfarm/zanzara

View File

@ -9,8 +9,8 @@ use React\Promise\PromiseInterface;
require __DIR__ . '/../../../../../../vendor/autoload.php'; require __DIR__ . '/../../../../../../vendor/autoload.php';
const KEY = require('../settings/key.php'); define('KEY', require('../settings/key.php'));
const STORAGE = require('../settings/storage.php'); define('STORAGE', require('../settings/storage.php'));
$config = new Config(); $config = new Config();
$config->setParseMode(Config::PARSE_MODE_MARKDOWN); $config->setParseMode(Config::PARSE_MODE_MARKDOWN);