From 575654cfa9fe7e7bfef94ce47871d90da1d7f08c Mon Sep 17 00:00:00 2001 From: Zoddo Date: Tue, 24 Sep 2024 21:48:23 +0200 Subject: [PATCH] Fix table formatting --- docs/topics/Opcodes_and_Status_Codes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/Opcodes_and_Status_Codes.md b/docs/topics/Opcodes_and_Status_Codes.md index ef1dee844f..1a377f5cb4 100644 --- a/docs/topics/Opcodes_and_Status_Codes.md +++ b/docs/topics/Opcodes_and_Status_Codes.md @@ -38,10 +38,10 @@ In order to prevent broken reconnect loops, you should consider some close codes | 4008 | Rate limited | Woah nelly! You're sending payloads to us too quickly. Slow it down! You will be disconnected on receiving this. | Reconnect & resume session | | 4009 | Session timed out | Your session timed out. | Reconnect & start a new session | | 4010 | Invalid shard | You sent us an invalid [shard when identifying](#DOCS_TOPICS_GATEWAY/sharding). | Don't reconnect automatically! | -| 4011 | Sharding required | The session would have handled too many guilds - you are required to [shard](#DOCS_TOPICS_GATEWAY/sharding) your connection in order to connect. | Don't reconnect automatically! | +| 4011 | Sharding required | The session would have handled too many guilds - you are required to [shard](#DOCS_TOPICS_GATEWAY/sharding) your connection in order to connect. | Don't reconnect automatically! | | 4012 | Invalid API version | You sent an invalid version for the gateway. | Don't reconnect automatically! | | 4013 | Invalid intent(s) | You sent an invalid intent for a [Gateway Intent](#DOCS_TOPICS_GATEWAY/gateway-intents). You may have incorrectly calculated the bitwise value. | Don't reconnect automatically! | -| 4014 | Disallowed intent(s) | You sent a disallowed intent for a [Gateway Intent](#DOCS_TOPICS_GATEWAY/gateway-intents). You may have tried to specify an intent that you [have not enabled or are not approved for](#DOCS_TOPICS_GATEWAY/privileged-intents). | Don't reconnect automatically! | +| 4014 | Disallowed intent(s) | You sent a disallowed intent for a [Gateway Intent](#DOCS_TOPICS_GATEWAY/gateway-intents). You may have tried to specify an intent that you [have not enabled or are not approved for](#DOCS_TOPICS_GATEWAY/privileged-intents). | Don't reconnect automatically! | ## Voice