From 3565af0a9a00b05e5f2d7d02569dd833f9ddeac8 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:02:59 -0500 Subject: [PATCH] Update ping.js --- template-js-esm/src/commands/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',