mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
docs/fix: changed the import line of code from the howtouse (#7)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user