From 9a8fcec0dc2d0ce978b4c52925994c757f284fca Mon Sep 17 00:00:00 2001 From: wulan17 Date: Mon, 9 Jun 2025 22:26:27 +0700 Subject: [PATCH] pyrofork: Add ALLOW_PAYMENT_REQUIRED_X exception Signed-off-by: wulan17 --- compiler/errors/source/403_FORBIDDEN.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/errors/source/403_FORBIDDEN.tsv b/compiler/errors/source/403_FORBIDDEN.tsv index 44a76324..452ea59c 100644 --- a/compiler/errors/source/403_FORBIDDEN.tsv +++ b/compiler/errors/source/403_FORBIDDEN.tsv @@ -44,3 +44,4 @@ GROUPCALL_ALREADY_STARTED The groupcall has already started, you can join direct GROUPCALL_FORBIDDEN The group call has already ended LIVE_DISABLED Story is disabled server-side CHAT_GUEST_SEND_FORBIDDEN You need to join the discussion group before commenting +ALLOW_PAYMENT_REQUIRED_X Payment of {value} stars is required to perform this action \ No newline at end of file