UNPKG

ggejs

Version:

A powerful Node.js module for interacting with the server of Goodgame Empire & Goodgame Empire: Four Kingdoms

11 lines (10 loc) 260 B
const {execute: startTax} = require('../commands/startTax'); module.exports.name = "txc"; /** * @param {BaseClient} client * @param {number} _ * @param {Object} __ */ module.exports.execute = function (client, _, __) { startTax(client, 0); }