mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-28 02:32:21 +00:00
fix: js-esm not being esm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { CommandType, commandModule } = require('@sern/handler');
|
||||
import { CommandType, commandModule } from '@sern/handler';
|
||||
|
||||
export default commandModule({
|
||||
type: CommandType.Both,
|
||||
|
||||
Reference in New Issue
Block a user