From 3e2baaded5b18f6e972e4f7aec9c71759edc2585 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:37:57 +0000 Subject: [PATCH] chore: `.` --- guide/additional-info/updating-from-v14.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/additional-info/updating-from-v14.md b/guide/additional-info/updating-from-v14.md index e63dc436b..f66f58359 100644 --- a/guide/additional-info/updating-from-v14.md +++ b/guide/additional-info/updating-from-v14.md @@ -174,7 +174,7 @@ Removed `Guild#shard` as WebSocket shards are now handled by @discordjs/ws. ### MessageManager -`MessageManager#crosspost()` has been moved to `GuildMessageManager`. This means it will no longer be exposed in `DMMessageManager` +`MessageManager#crosspost()` has been moved to `GuildMessageManager`. This means it will no longer be exposed in `DMMessageManager`. ## IntegrationApplication @@ -292,7 +292,7 @@ However, you would have already noticed that this no longer works, so this metho ### ThreadManager -`ThreadManager#fetch()` now throws an error when the provided thread id doesn't belong to the current channel +`ThreadManager#fetch()` now throws an error when the provided thread id doesn't belong to the current channel. ### ThreadMember