Skip to content

Commit

Permalink
modified: auth.js
Browse files Browse the repository at this point in the history
    this replaceState() is getting me a bit mad
  • Loading branch information
Jarran2R committed Aug 13, 2024
1 parent 1c67cbd commit 8bab9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CLIENT_ID = 'dl6k4oj0aiuyymn19opsclt6xyykbc';
const OAUTH_TOKEN = window.location.hash.split('access_token=')[1] ? window.location.hash.split('access_token=')[1].split('&')[0] : "";
window.history.replaceState(window.history.state, "", "/osu-nppp");
window.history.replaceState(window.history.state, "", "/osu-nppp/");

var BOT_USER_ID; // This is the User ID of the chat bot
var CHAT_CHANNEL_USER_ID; // This is the User ID of the channel that the bot will join and listen to chat messages of
Expand Down

0 comments on commit 8bab9e4

Please sign in to comment.