mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
Corrigiu link do BotFather
X-Lovable-Edit-ID: edt-553ac0f8-24b3-4d23-9dff-7927a58737a2 Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
commit
15d8a1be76
1 changed files with 4 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ export function BotFatherWizard({ agentName, fullName, onActivated, onSkip }: Pr
|
||||||
const tokenValid = TOKEN_REGEX.test(token.trim());
|
const tokenValid = TOKEN_REGEX.test(token.trim());
|
||||||
|
|
||||||
function handleOpenBotFather() {
|
function handleOpenBotFather() {
|
||||||
window.open("https://t.me/BotFather?start=newbot", "_blank", "noopener,noreferrer");
|
window.open("https://t.me/BotFather", "_blank", "noopener,noreferrer");
|
||||||
setStep1Done(true);
|
setStep1Done(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -111,8 +111,10 @@ export function BotFatherWizard({ agentName, fullName, onActivated, onSkip }: Pr
|
||||||
className="mt-3"
|
className="mt-3"
|
||||||
>
|
>
|
||||||
Abrir BotFather
|
Abrir BotFather
|
||||||
<ExternalLink className="ml-2 h-4 w-4" />
|
<ArrowRight className="ml-2 h-4 w-4" />
|
||||||
</Button>
|
</Button>
|
||||||
|
<p className="mt-3 text-xs text-white/60">Depois envie este comando:</p>
|
||||||
|
<CopyChip value="/newbot" onCopied={() => {}} />
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
<Step
|
<Step
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue