From f4b3f87bd43c86a965ff7290e98acef219504eff Mon Sep 17 00:00:00 2001 From: quin lynch Date: Fri, 14 Jan 2022 07:55:02 -0400 Subject: [PATCH] Fix formatting --- docs/guides/v2_v3_guide/v2_to_v3_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/v2_v3_guide/v2_to_v3_guide.md b/docs/guides/v2_v3_guide/v2_to_v3_guide.md index 2bbdebf71..6b4fa5282 100644 --- a/docs/guides/v2_v3_guide/v2_to_v3_guide.md +++ b/docs/guides/v2_v3_guide/v2_to_v3_guide.md @@ -57,7 +57,7 @@ GatewayIntents = GatewayIntents.AllUnprivileged | GatewayIntents.GuildMembers | ``` > [!NOTE] -> Further documentation on the `|` operator can be found +> Further documentation on the ` | ` operator can be found > [HERE](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/bitwise-and-shift-operators) [developer portal]: https://discord.com/developers/ @@ -72,7 +72,7 @@ Because of this, guild-only user data cannot be retrieved from this user anymore The reaction added event has been changed to have both parameters cacheable. This allows you to download the channel and message if they aren't cached instead of them being null. -### UserIsTyping event +### UserIsTyping Event The user is typing event has been changed to have both parameters cacheable. This allows you to download the user and channel if they aren't cached instead of them being null.