Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/commands/NewchatmembersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private function refreshWelcomeMessage(array $new_users): ServerResponse

$text = "Welcome {$new_users_text} to the <b>{$this->group_name}</b> group\n";
$text .= 'Please remember that this is <b>NOT</b> the Telegram Support Chat.' . PHP_EOL;
$text .= 'Read the <a href="https://telegram.me/PHP_Telegram_Support_Bot?start=">Rules</a> that apply here.';
$text .= 'Read the <a href="https://t.me/PHP_Telegram_Bot_Support/5526">Rules</a> that apply here.';

$welcome_message_sent = $this->replyToChat($text, ['parse_mode' => 'HTML', 'disable_web_page_preview' => true]);
if (!$welcome_message_sent->isOk()) {
Expand Down