Merge pull request #11 from SrIzan10/patch-1

fix: js-esm not being esm
This commit is contained in:
Jacob Nguyen
2023-09-14 09:08:12 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/create-bot",
"version": "1.2.4",
"version": "1.2.5",
"main": "./dist/index.js",
"license": "MIT",
"scripts": {

View File

@@ -1,4 +1,4 @@
const { CommandType, commandModule } = require('@sern/handler');
import { CommandType, commandModule } from '@sern/handler';
export default commandModule({
type: CommandType.Both,