ggejs
Version:
A powerful Node.js module for interacting with the server of Goodgame Empire & Goodgame Empire: Four Kingdoms
10 lines • 310 B
JavaScript
module.exports.name = "acv";
/**
* @param {BaseClient} client
* @param {number} errorCode
* @param {{H:number}} params
*/
module.exports.execute = function (client, errorCode, params) {
if (!params) return;
// TODO: client.clientUserData/*.allianceData*/.miniChatHidden = params.H === 1;
}