Merge pull request #10 from EvolutionX-10/docs

Fixed link of JS
This commit is contained in:
Jacob Nguyen
2022-02-14 12:13:32 -06:00
committed by GitHub

View File

@@ -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';