Skip to content

Commit

Permalink
increase some timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jun 4, 2024
1 parent 7e475c0 commit 4210095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/discord/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export class DiscordBot extends Service {
"GuildWebhooks",
],
partials: [Discord.Partials.Message, Discord.Partials.Channel, Discord.Partials.Reaction],
closeTimeout: 5000,
rest: { timeout: 30000 },
});
ready: boolean;

Expand Down

0 comments on commit 4210095

Please sign in to comment.