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

This commit is contained in:
Mylloon 2024-09-04 13:13:30 +02:00
parent 0747c3ebe4
commit 4ef2e1f1b4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,7 +9,6 @@ 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,