This repository has been archived on 2023-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
kaboomproxy/commands/test.js
2021-06-17 02:08:50 -03:00

3 lines
No EOL
107 B
JavaScript

module.exports.exec = function(vanillaclient, client, server, args) {
vanillaclient.chat("§4test");
};