From 0cffc7c8bc03c539821e04a15e4e6e11b532c4a1 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 23 Jul 2022 20:56:30 +0200 Subject: [PATCH] docs/fix: changed the import line of code from the howtouse (#7) --- TypeScript/ownerOnly.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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