From 7cac3521feb9fe785458681a242d9440e810969a Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:55:08 +0200 Subject: [PATCH] Add CHANNELS_TOO_MUCH 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 01281830..7e930c8d 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -124,4 +124,5 @@ WEBDOCUMENT_URL_EMPTY The web document URL is empty WEBDOCUMENT_URL_INVALID The web document URL is invalid WEBDOCUMENT_MIME_INVALID The web document mime type is invalid BUTTON_URL_INVALID The button url is invalid -AUTH_BYTES_INVALID The authorization bytes are invalid \ No newline at end of file +AUTH_BYTES_INVALID The authorization bytes are invalid +CHANNELS_TOO_MUCH You have joined too many channels or supergroups \ No newline at end of file