Skip to content

Commit

Permalink
Update feedback.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Blob2763 authored Aug 7, 2023
1 parent 5261b31 commit c596c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ while (!feedbackButton) {
feedbackButton = document.getElementById('feedback-button')
}
console.log(feedbackButton)
const webhookUrl = 'https://discord.com/api/webhooks/1134137918483599411/r_Sq-PsDWvEsRmrB0YjXNPx6bpHNjDCdcZoVr45UBu4do0V7j-6XvhsdH7pi8Ng_LPmD';
const webhookUrl = process.env.API_KEY;

var modal = document.createElement('dialog')
modal.className = 'feedbackModal'
Expand Down

0 comments on commit c596c35

Please sign in to comment.