Overflow mode when server exceeds Discord's ratelimiting. Will compact many messages into one embed with timestamps
All checks were successful
Build & Release / build-latest (push) Successful in 10m16s
Build & Release / version-release (push) Has been skipped

This commit is contained in:
Salastil
2026-03-21 21:05:30 -04:00
parent a749e33737
commit adba77b3e5
2 changed files with 98 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ type SneedMessage struct {
MessageUUID string `json:"message_uuid"`
Message string `json:"message"`
MessageRaw string `json:"message_raw"`
MessageDate int `json:"message_date"`
MessageEditDate int `json:"message_edit_date"`
Author map[string]interface{} `json:"author"`
Deleted bool `json:"deleted"`