From b45ba34f3cd9e2bdacac5e8c47991de61d0a97c1 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:22:23 -0600 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e71107b..3a60a0b 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,6 @@ Lines of code - -## 📜 Installation - -```sh -npm install @sern/handler -``` - -```sh -yarn add @sern/handler -``` - -```sh -pnpm add @sern/handler -``` ## Why? - Most handlers don't support discord.js 14.7+ - Customizable commands @@ -43,6 +29,20 @@ pnpm add @sern/handler * ESM, CommonJS and TypeScript support * A powerful CLI and awesome community-made plugins +## 📜 Installation + +```sh +npm install @sern/handler +``` + +```sh +yarn add @sern/handler +``` + +```sh +pnpm add @sern/handler +``` + ## 👶 Basic Usage #### ` index.js (CommonJS)`