diff --git a/template-js-esm/src/commands/ping.js b/template-js-esm/src/commands/ping.js index 8e7be84..b127fce 100644 --- a/template-js-esm/src/commands/ping.js +++ b/template-js-esm/src/commands/ping.js @@ -1,6 +1,6 @@ const { CommandType, commandModule } = require('@sern/handler'); -exports.default = commandModule({ +export default commandModule({ type: CommandType.Both, plugins: [], description: 'A ping command',