From d095e03d2dfabebb1cfcd2ea175d65ced7165a80 Mon Sep 17 00:00:00 2001 From: EvolutionX <85353424+EvolutionX-10@users.noreply.github.com> Date: Mon, 14 Feb 2022 23:42:28 +0530 Subject: [PATCH] chore: updated link of JS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f12b6..d235403 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ client.handler = new Sern.Handler({ }); ``` -##### [JavaScript](https://www.node.js.org/) +##### [JavaScript](https://www.javascript.com) ```js import { Client, Intents } from 'discord.js'; import { Handler } from 'sern-handler';