fix: re-enable prompt=none

This commit is contained in:
Isaac 2025-02-09 23:26:04 +00:00
parent 2255d0d15d
commit 764a8aac37
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -16,7 +16,7 @@ module.exports.get = () => ({
const params = {
client_id: client.user.id,
// ? prompt: 'none',
prompt: 'none',
redirect_uri: `${process.env.HTTP_EXTERNAL}/auth/callback`, // if not set defaults to first allowed
response_type: 'code',
scope: 'guilds identify',