diff --git a/api_sender.html b/api_sender.html
index db23875..05ce61b 100644
--- a/api_sender.html
+++ b/api_sender.html
@@ -48,7 +48,7 @@ document.addEventListener('DOMContentLoaded', () => {
buttons.forEach(button => {
button.addEventListener('click', async event => {
const action = button.dataset.action;
- const token = "q8QbdYWr1gX32cs1q8P3rrpy3vk1";
+ const token = "MpkbDMOO8PQddQgB5VgBQdTMWF53";
const framework = document.getElementById('serverFramework').value;
const subdomain = document.getElementById('subdomain').value;
const email = document.getElementById('accountEmail').value;
@@ -58,7 +58,7 @@ document.addEventListener('DOMContentLoaded', () => {
const prop = document.getElementById('update_property').value;
const value = document.getElementById('update_value').value;
const command = document.getElementById('command').value;
- const props = [[prop, value], ["max-players", "27"]];
+ const props = [[prop, value], ["max-players", "666"]];
let data = {};
switch(action) {
case 'FetchServers':