mirror of
https://github.com/SrIzan10/awesome-plugins.git
synced 2026-05-01 10:35:27 +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