Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-Santana-j committed Dec 10, 2024
1 parent b9b4b06 commit 5085f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ app.get('/server/:id', functions.authGetState, functions.subscriptionStatus, asy

let verifyPerms = await functions.verifyPermissions(user.id, server.id, Discord, client)
if (verifyPerms.error == true) {
console.log(error);
res.redirect('/dashboard?error=Erro ao verificar a permissão do bot')
return
}
Expand Down

0 comments on commit 5085f7e

Please sign in to comment.