From b51a6fc5a6b2e353a443df4233cd6144a5869ff6 Mon Sep 17 00:00:00 2001
From: hi117 <zacharyw09264@gmail.com>
Date: Sat, 5 Oct 2024 17:36:51 -0400
Subject: [PATCH] fixup

---
 discord/message.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discord/message.go b/discord/message.go
index 5f6e223..8debabf 100644
--- a/discord/message.go
+++ b/discord/message.go
@@ -24,7 +24,7 @@ type Message struct {
 	Flags MessageFlags `json:"flags"`
 
 	// The message associated with the message_reference. This is a minimal subset of fields in a message (e.g. author is excluded.)
-	MessageSnapshot []Message `json:"message_snapshot,omitempty"`
+	MessageSnapshots []Message `json:"message_snapshots,omitempty"`
 
 	// TTS specifies whether the was a TTS message.
 	TTS bool `json:"tts"`