From 428056d5c6764ea149c2112f12210ea32031ca78 Mon Sep 17 00:00:00 2001 From: Guido de Jong <35309288+guidojw@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:40:21 +0200 Subject: [PATCH] feat(HttpCatCommand): add new codes (#600) --- .../application-commands/slash-commands/fun/http-cat.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interactions/application-commands/slash-commands/fun/http-cat.ts b/src/interactions/application-commands/slash-commands/fun/http-cat.ts index 0e03acf2..7840ef8f 100644 --- a/src/interactions/application-commands/slash-commands/fun/http-cat.ts +++ b/src/interactions/application-commands/slash-commands/fun/http-cat.ts @@ -9,8 +9,8 @@ const AVAILABLE_STATUS_CODES = [ 200, 201, 202, 203, 204, 206, 207, 300, 301, 302, 303, 304, 305, 307, 308, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 423, - 424, 425, 426, 429, 431, 444, 450, 451, 497, 498, 499, - 500, 501, 502, 503, 504, 506, 507, 508, 509, 510, 511, 521, 522, 523, 525, 599 + 424, 425, 426, 428, 429, 431, 444, 450, 451, 497, 498, 499, + 500, 501, 502, 503, 504, 506, 507, 508, 509, 510, 511, 521, 522, 523, 525, 530, 599 ] @ApplyOptions({