mirror of
https://github.com/cloudmaker97/Discord-Captcha-Verification.git
synced 2025-12-06 01:48:34 +00:00
Removed port from URL
This commit is contained in:
parent
73cfba46cc
commit
01c661eeb6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ client.on('interactionCreate', async interaction => {
|
||||||
}
|
}
|
||||||
|
|
||||||
let base64 = Buffer.from(JSON.stringify(verificationObject)).toString('base64');
|
let base64 = Buffer.from(JSON.stringify(verificationObject)).toString('base64');
|
||||||
interaction.reply({ content: `Bitte öffne folgenden Link: <${protocol}://${host}${port!=80?':'+port:''}?data=${base64}>`, ephemeral: true });
|
interaction.reply({ content: `Bitte öffne folgenden Link: <${protocol}://${host}?data=${base64}>`, ephemeral: true });
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue