From 1c7e263f4ff81da1305163cc3d7300630e8f3ff7 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Fri, 17 Nov 2023 18:58:39 +0100 Subject: [PATCH] fix: increase PK delay Signed-off-by: Sefa Eyeoglu --- src/utils/pluralKit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/pluralKit.ts b/src/utils/pluralKit.ts index cb2f28c9..3f5aae31 100644 --- a/src/utils/pluralKit.ts +++ b/src/utils/pluralKit.ts @@ -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(