From 35a200f05582ee17074f8ad53e48c9f60207d0d2 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:55:32 -0500 Subject: [PATCH] docs: update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a6ccd..1458f63 100644 --- a/README.md +++ b/README.md @@ -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({