feat: use internal sharding #157
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import { YoutubeiExtractor } from "discord-player-youtubei";
|
|||
/** Creation of the client and definition of its properties */
|
||||
export default async () => {
|
||||
const client: Client = new Client({
|
||||
shards: "auto",
|
||||
intents: [
|
||||
GatewayIntentBits.Guilds,
|
||||
GatewayIntentBits.GuildMessages,
|
||||
|
|
Loading…
Reference in a new issue