mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
docs: update example
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user