fix: bot username Chat_n8n_bot → Chat_8n8_bot (правильное имя)

This commit is contained in:
Umbrix Dev
2026-02-09 04:01:49 +03:00
parent f61a029c3a
commit b284d01e14
4 changed files with 8 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ export default function ReferralPage() {
setUsername(userId);
// Generate referral URL
const botUsername = process.env.NEXT_PUBLIC_TELEGRAM_BOT_USERNAME || 'Chat_n8n_bot';
const botUsername = process.env.NEXT_PUBLIC_TELEGRAM_BOT_USERNAME || 'Chat_8n8_bot';
const url = `https://t.me/${botUsername}?start=ref_${userId}`;
setReferralUrl(url);