docs/fix: changed the import line of code from the howtouse (#7)

This commit is contained in:
2022-07-23 20:56:30 +02:00
committed by GitHub
parent c3731e181f
commit 0cffc7c8bc

View File

@@ -6,7 +6,7 @@
* @license: MIT
* @example:
* ```ts
* import { OwnerOnly } from "../path/to/your/plugin/folder";
* import { ownerOnly } from "../path/to/your/plugin/folder";
* import { sernModule, CommandType } from "@sern/handler";
* export default sernModule<CommandType.Slash>([OwnerOnly()], {
* // your code