fix: bot username Dorod_vps_bot → Chat_n8n_bot (referral links)

This commit is contained in:
Umbrix Dev
2026-02-09 03:08:27 +03:00
parent afeb62cdb9
commit f61a029c3a
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 || 'Dorod_vps_bot';
const botUsername = process.env.NEXT_PUBLIC_TELEGRAM_BOT_USERNAME || 'Chat_n8n_bot';
const url = `https://t.me/${botUsername}?start=ref_${userId}`;
setReferralUrl(url);