We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d223165 + 301af79 commit 15edc07Copy full SHA for 15edc07
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sern/create-bot",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"main": "./dist/index.js",
5
"license": "MIT",
6
"scripts": {
template-js-esm/src/commands/ping.js
@@ -1,4 +1,4 @@
-const { CommandType, commandModule } = require('@sern/handler');
+import { CommandType, commandModule } from '@sern/handler';
export default commandModule({
type: CommandType.Both,
0 commit comments