From b28765025888c4fbcf62fb3d7c57bdf47ab8fcb5 Mon Sep 17 00:00:00 2001 From: Hattenburg Date: Sat, 25 Apr 2020 18:15:49 +0200 Subject: [PATCH 1/2] Polished join message --- welcomeCog/data/embedded_message.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/welcomeCog/data/embedded_message.json b/welcomeCog/data/embedded_message.json index f2f55df..f16a3d9 100644 --- a/welcomeCog/data/embedded_message.json +++ b/welcomeCog/data/embedded_message.json @@ -4,19 +4,19 @@ "\n", "Please ensure to read and understand the #info_and_rules channel, so that you may have some idea about who we are and how this place works.", "\n\n", - "Also being on our Discord and playing games with us does Not require Kanium membership. In fact, applying for Kanium membership is something we prefer that people hold off on", + "Also being on our Discord and playing games with us does Not require Kanium membership. In fact, applying for membership is something we prefer that people hold off on ", "and consider carefully.", "\n\n", - "Don't mistake our cautioning as unfriendliness, we are fun-loving weirdos that want new fun-loving weirdo-friends! We do, however, expect those that seek to apply for membership", + "Don't mistake our cautioning as unfriendliness, we are fun-loving weirdos that want new fun-loving weirdo-friends! We do, however, expect those that seek to apply for membership ", "show earnestness in the submitted application as well as in becoming part of the community." ], "color":"0x3399ff", "thumbnail": "https://i.imgur.com/4TLdfDA.png", "fields":[ - {"id":"text", "name":"Apply for membership", "value":"!apply yourApplicationTextGoesHere", "inline":"True"}, + {"id":"text", "name":"Apply for membership", "value":"!apply ", "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"}, + {"id":"text", "name":"(shit) 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"}, {"id":"links", "name":"Useful information", "value":[ "\n", "[KANIUM Website](https://www.kanium.org/)", From cd8de591b0f38a0731dfc2cf27b76110718e6d20 Mon Sep 17 00:00:00 2001 From: Hattenburg Date: Sat, 25 Apr 2020 18:30:10 +0200 Subject: [PATCH 2/2] Updated the README.MD for the welcomeCog --- welcomeCog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/welcomeCog/README.md b/welcomeCog/README.md index 51e1686..9653586 100644 --- a/welcomeCog/README.md +++ b/welcomeCog/README.md @@ -1,5 +1,5 @@ # WelcomeCog -This is the kanium community/guild welcome cog. it sends a direct message to a user who has joined the kanium discord with a [message](./data/embedded_message.json) thats been templated in a json format. Note: This is All the cog does, there are no commands to operate the cog (potentially: yet) +This is the Kanium community/guild welcome cog. it sends a DM to any new user that joins the Kanium discord with a [message](./data/embedded_message.json), which has been templated in a json format. Note: This is All the cog does, there are no commands to operate the cog (yet). # How to use: