Skip to content

Commit

Permalink
Update discord.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbanz authored Aug 10, 2023
1 parent 64df300 commit ff93d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(document).ready(function() {
const clientId = "1001933562565644338"; // Replace with your actual client ID
const redirectUri = "https://code-glitchers.github.io/Glitch-Gadgets/callback"; // Your actual redirect URI
const redirectUri = "https://code-glitchers.github.io/Glitch-Gadgets/"; // Your actual redirect URI
const scope = "identify";

const loginButton = $("#loginButton");
Expand Down

0 comments on commit ff93d73

Please sign in to comment.