From 5dfd1a1fc18b0ac3b2e28f5438312466f119528f Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:28:48 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01631cd..4b2150e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ pnpm add @sern/handler const { Client, GatewayIntentBits } = require('discord.js'); // Import Sern namespace -const { Sern } = require('@sern/handler'); +const { Sern, single } = require('@sern/handler'); const client = new Client({ intents: [