From dd23ee5edf1ec43182937ceed546d3bf18093f3c Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 5 Feb 2022 01:11:55 +0700 Subject: [PATCH] Example typo --- configs/ServiceAnnouncement.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/ServiceAnnouncement.example.json b/configs/ServiceAnnouncement.example.json index f28b9c8..2fd2965 100644 --- a/configs/ServiceAnnouncement.example.json +++ b/configs/ServiceAnnouncement.example.json @@ -2,7 +2,7 @@ "News": { "color": "#FAEDF0", "title": "📰 Newsletter", - "description": "\u200B\n**{bot_username} have been super-charged and upgraded!**\nThe long-awaited update is now here, running latest and greatest version!\n\n**What's new?**\n\u200B\n", + "description": "\u200B\n**{bot_username} has been super-charged and upgraded!**\nThe long-awaited update is now here, running latest and greatest version!\n\n**What's new?**\n\u200B\n", "fields": [ { "name": "🔥 Feature 1!", @@ -16,7 +16,7 @@ }, { "name": "🪲 Bugs squashed", - "value": "\u200B\nBe gone, bugs!\n\u200B\n", + "value": "\u200B\nBegone, bugs!\n\u200B\n", "inline": false } ],