use internal sharding
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 10s

This commit is contained in:
Mylloon 2024-09-04 13:10:51 +02:00
parent 8071bc8226
commit cb2668c535
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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,