From 6a94fe221d3e9fa632fd9cccd749c568a94e30f4 Mon Sep 17 00:00:00 2001 From: CoffeeBunny Date: Tue, 9 Mar 2021 13:17:17 +0100 Subject: [PATCH] Updated available content types --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28b246d..72d0fb4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The header should be described as following: **Packet send message** -Available content types are: text, cowsay, ponysay +Available content types are: cowsay, ponysay cowsay and ponysay requires the content-icon tag to specify the icon for the message. @@ -30,7 +30,7 @@ cowsay and ponysay requires the content-icon tag to specify the icon for the mes "timestamp": 1615212625000, }, "message-id": "9c054a90-2905-474b-b688-c70b07b8f790", // the id of the message to identify it -"content-type": "text", // the message type - look at available content types below +"content-type": "cowsay", // the message type - look at available content types below "content-icon": "tux", // icon for the message if the type is cowsay or ponysay "content": "your message here", // the content of the message that is sent - needs to correspond with the type }