From 79a8cefe5deae972ba086e9b29f50b4c925c779c Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 21 May 2019 14:25:13 +0200 Subject: [PATCH] Add USER_BANNED_IN_CHANNEL error --- compiler/error/source/400_BAD_REQUEST.tsv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index db2f0e58..cbea977a 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -97,4 +97,5 @@ CHAT_NOT_MODIFIED The chat settings were not modified RESULTS_TOO_MUCH The result contains too many items RESULT_ID_DUPLICATE The result contains items with duplicated identifiers ACCESS_TOKEN_INVALID The bot access token is invalid -INVITE_HASH_EXPIRED The chat invite link is no longer valid \ No newline at end of file +INVITE_HASH_EXPIRED The chat invite link is no longer valid +USER_BANNED_IN_CHANNEL You are limited, check @SpamBot for details \ No newline at end of file