fix: escape character for start message command
This commit is contained in:
@@ -8,7 +8,7 @@ class StartCommand extends TelegramCommand
|
||||
{
|
||||
$chatId = $update['message']['chat']['id'];
|
||||
|
||||
$message = 'Добро пожаловать в Telecart - интернет магазин в Telegram.';
|
||||
$message = 'Добро пожаловать в Telecart \- интернет магазин в Telegram\.';
|
||||
|
||||
$this->telegram->sendMessage($chatId, $message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user