From de436e2071ea7b57e8eeddf1dbc851146591c25c Mon Sep 17 00:00:00 2001 From: Hattenburg Date: Sat, 25 Apr 2020 17:56:20 +0200 Subject: [PATCH] Added name to property --- welcomeCog/data/embedded_message.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/welcomeCog/data/embedded_message.json b/welcomeCog/data/embedded_message.json index 8fdf439..f2f55df 100644 --- a/welcomeCog/data/embedded_message.json +++ b/welcomeCog/data/embedded_message.json @@ -13,7 +13,7 @@ "color":"0x3399ff", "thumbnail": "https://i.imgur.com/4TLdfDA.png", "fields":[ - {"id":"text", "name":"", "value":"!apply yourApplicationTextGoesHere", "inline":"True"}, + {"id":"text", "name":"Apply for membership", "value":"!apply yourApplicationTextGoesHere", "inline":"True"}, {"id":"text", "name":"Description", "value":"If you are certain about joining, use this command to do so", "inline":"True"}, {"id":"text", "name":"Example", "value":"!apply Hello, I am Dave and I would like to apply for Kanium for the following reasons...", "inline":"False"}, {"id":"text", "name":"Enjoy your stay", "value":"With that out of the way, please feel free to hang out and be excellent to those around you. If you're looking to play a specific game, then simply look for that game's chat channel.", "inline":"False"},