From d11fad333e9c3b5e96cd6e6e95b145a4d9c52fef Mon Sep 17 00:00:00 2001 From: Turolatias <77040346+Turolatias@users.noreply.github.com> Date: Sun, 15 Sep 2024 16:01:57 +0200 Subject: [PATCH] Update src/content/docs/guides/attachments.mdx Co-authored-by: Erica Marigold --- src/content/docs/guides/attachments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/guides/attachments.mdx b/src/content/docs/guides/attachments.mdx index 5282c1b..af7dd76 100644 --- a/src/content/docs/guides/attachments.mdx +++ b/src/content/docs/guides/attachments.mdx @@ -89,7 +89,7 @@ luau supports sending these attachments through the `AttachmentBuilder` object. :::caution Remember to enable the message content intent on the [Discord Developer Portal](https://discord.com/developers) when the `DiscordClient.eventManager.onMessage` event is used. - If the intent is not enabled, the bot won't have access to the messagge content! + If the intent is not enabled, the bot won't have access to the message content! ::: That's all! For more details, refer to the relevant docs;