diff --git a/TypeScript/ownerOnly.ts b/TypeScript/ownerOnly.ts index d8c46ef..5f11b5f 100644 --- a/TypeScript/ownerOnly.ts +++ b/TypeScript/ownerOnly.ts @@ -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([OwnerOnly()], { * // your code