docs: update example

This commit is contained in:
Jacob Nguyen
2022-07-18 13:55:32 -05:00
committed by GitHub
parent d96681bfb5
commit 35a200f055

View File

@@ -27,7 +27,7 @@ pnpm add @sern/handler
```js
const { Client, GatewayIntentBits } = require('discord.js');
const { Sern } = require('sern-handler');
const { Sern } = require('@sern/handler');
const { defaultPrefix, token } = require('./config.json');
const client = new Client({