From 702c5750fc1da3582d28936936b6d8dc961de541 Mon Sep 17 00:00:00 2001 From: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com> Date: Sat, 3 Sep 2022 14:52:26 +0300 Subject: [PATCH] docs: Fix the code example (#128) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b513d1e..c3a6fad 100644 --- a/README.md +++ b/README.md @@ -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',