fix: increase PK delay

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-11-17 18:58:39 +01:00
parent d05e1cbc5e
commit 1c7e263f4f
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

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