Update README.md

This commit is contained in:
Jacob Nguyen
2023-02-15 21:28:48 -06:00
committed by GitHub
parent c45a10c950
commit 5dfd1a1fc1

View File

@@ -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: [