diff --git a/versions/snail/docs/api/hilbish/hilbish.messages/index.html b/versions/snail/docs/api/hilbish/hilbish.messages/index.html
index 18c39d88..3b63c92a 100644
--- a/versions/snail/docs/api/hilbish/hilbish.messages/index.html
+++ b/versions/snail/docs/api/hilbish/hilbish.messages/index.html
@@ -11,7 +11,7 @@ The hilbish.message type is a table with the following keys:
summary (string): A short summary of the text.
icon (string): Unicode (preferably standard emoji) icon for the message notification
read (boolean): Whether the full message has been read or not.
| unreadCount() | Returns the amount of unread messages. |
| readAll() | Marks all messages as read. |
| send(message) | Sends a message. |
| read(idx) | Marks a message at idx as read. |
| delete(idx) | Deletes the message at idx. |
| clear() | Deletes all messages. |
| all() | Returns all messages. |
| unreadCount() | Returns the amount of unread messages. |
| send(message) | Sends a message. |
| readAll() | Marks all messages as read. |
| read(idx) | Marks a message at idx as read. |
| delete(idx) | Deletes the message at idx. |
| clear() | Deletes all messages. |
| all() | Returns all messages. |
Deletes all messages.
hilbish.message type is a table with the following keys:
Deletes the message at idx.
idx number