From 6cfaff341c5dcbb9675645bf0fde725bd7704bb3 Mon Sep 17 00:00:00 2001 From: Evo <85353424+EvolutionX-10@users.noreply.github.com> Date: Wed, 15 Jun 2022 20:21:53 +0530 Subject: [PATCH] chore: nvm --- templates/javascript/src/commands/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/javascript/src/commands/ping.js b/templates/javascript/src/commands/ping.js index 0b3c2ff..20f6b81 100644 --- a/templates/javascript/src/commands/ping.js +++ b/templates/javascript/src/commands/ping.js @@ -1,6 +1,6 @@ const { CommandType, sernModule } = require('@sern/handler'); -module.exports = sernModule([], { +exports.default = sernModule([], { type: CommandType.Both, description: 'A ping command', //alias : [],