server.js (102B)
1 module.exports = function init(api) { 2 api.log("info", "godot:server:init", { plugin: "godot" }); 3 };