fix: bot username Dorod_vps_bot → Chat_n8n_bot (referral links)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user