diff --git a/src/index.ts b/src/index.ts index 0d80700..b4fc139 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,6 +3,9 @@ import { loadEvents } from './common/events/load-events.js'; import { config } from './env.js'; const client = new Client({ + rest: { + timeout: 60_000, + }, intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildModeration,