mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-06-05 23:46:14 +00:00
Domain change removed the www
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
const sid = window.localStorage.getItem('sessionId');
|
||||
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open('post', 'https://www.selmerbot.com/joinedGuild', true);
|
||||
xhr.open('post', 'https://selmerbot.com/joinedGuild', true);
|
||||
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
|
||||
xhr.setRequestHeader('serverNumber', guildId);
|
||||
xhr.setRequestHeader('sessionid', sid);
|
||||
|
||||
Reference in New Issue
Block a user