Skip to content

Commit

Permalink
fix: increase PK delay
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Nov 17, 2023
1 parent d05e1cb commit 1c7e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/pluralKit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interface PkMessage {
sender: string;
}

export const pkDelay = 500;
export const pkDelay = 1000;

export async function fetchPluralKitMessage(message: Message) {
const response = await fetch(
Expand Down

0 comments on commit 1c7e263

Please sign in to comment.