Skip to content

Commit f832771

Browse files
committed
Update Telegram button and redirect to Bot
1 parent 24521b6 commit f832771

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/official-maintainer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ permalink: /official/
174174
175175
<div class="flex flex-col sm:flex-row gap-3 w-full sm:w-auto">
176176
<button type="button" id="submitTelegram" class="flex-1 sm:flex-none px-6 py-3 rounded-lg bg-blue-600 hover:bg-blue-500 text-white font-bold transition-colors shadow-lg shadow-blue-900/20 flex items-center justify-center gap-2">
177-
<i class="fab fa-telegram"></i> Copy & Open Telegram
177+
<i class="fab fa-telegram"></i> Copy & Open Bot
178178
</button>
179179
<button type="button" id="submitGitHub" class="flex-1 sm:flex-none px-6 py-3 rounded-lg bg-zinc-800 border border-white/10 hover:bg-zinc-700 text-white font-bold transition-colors flex items-center justify-center gap-2">
180180
<i class="fab fa-github"></i> Create Issue
@@ -314,8 +314,8 @@ Build Information:
314314
if(validateStep(3)) {
315315
const text = generateApplicationText();
316316
navigator.clipboard.writeText(text).then(() => {
317-
alert("Application text copied! Redirecting to Telegram...");
318-
window.open('https://t.me/pbrpcom', '_blank');
317+
alert("Application text copied! Redirecting to @PBRPHelperBot...");
318+
window.open('http://t.me/PBRPHelperBot?start', '_blank');
319319
}).catch(err => {
320320
console.error(err);
321321
alert("Copy failed. Please manually copy the text.");

0 commit comments

Comments
 (0)