docs: Fix the code example (#128)

This commit is contained in:
xxDeveloper
2022-09-03 14:52:26 +03:00
committed by GitHub
parent d5d1b4129b
commit 702c5750fc

View File

@@ -71,7 +71,7 @@ client.login(token);
#### ` ping.js (CommonJS)`
```js
const { CommandType } = require('@sern/handler');
const { CommandType, commandModule } = require('@sern/handler');
exports.default = commandModule({
name: 'ping',