mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
Update README.md
This commit is contained in:
@@ -52,7 +52,7 @@ pnpm add @sern/handler
|
|||||||
const { Client, GatewayIntentBits } = require('discord.js');
|
const { Client, GatewayIntentBits } = require('discord.js');
|
||||||
|
|
||||||
// Import Sern namespace
|
// Import Sern namespace
|
||||||
const { Sern } = require('@sern/handler');
|
const { Sern, single } = require('@sern/handler');
|
||||||
|
|
||||||
const client = new Client({
|
const client = new Client({
|
||||||
intents: [
|
intents: [
|
||||||
|
|||||||
Reference in New Issue
Block a user