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