From 0b4fe77b8c9551835fc637688e52386f43c62d68 Mon Sep 17 00:00:00 2001 From: Thomas <31560900+0xtlt@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:44:16 +0100 Subject: [PATCH] Highlights --- 41.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/41.md b/41.md index 90859d95..8fb057ca 100644 --- a/41.md +++ b/41.md @@ -11,7 +11,7 @@ To create a poll, include a `poll` tag in the message event. with the following format: -```json +```text tag: poll options: - allow others to reply with one or multiple options @@ -39,7 +39,7 @@ options: To vote for a poll, you have to send an event kind `9`.\ The format of the event is the following: -```json +```text kind: 9 content: // Can be empty string tag: poll_r // for poll response