commit
4bf72244ac
@ -1,5 +1,5 @@
|
|||||||
# WelcomeCog
|
# 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:
|
# How to use:
|
||||||
|
|
||||||
|
|||||||
@ -4,19 +4,19 @@
|
|||||||
"\n",
|
"\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.",
|
"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",
|
"\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.",
|
"and consider carefully.",
|
||||||
"\n\n",
|
"\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."
|
"show earnestness in the submitted application as well as in becoming part of the community."
|
||||||
],
|
],
|
||||||
"color":"0x3399ff",
|
"color":"0x3399ff",
|
||||||
"thumbnail": "https://i.imgur.com/4TLdfDA.png",
|
"thumbnail": "https://i.imgur.com/4TLdfDA.png",
|
||||||
"fields":[
|
"fields":[
|
||||||
{"id":"text", "name":"Apply for membership", "value":"!apply yourApplicationTextGoesHere", "inline":"True"},
|
{"id":"text", "name":"Apply for membership", "value":"!apply <applicationText>", "inline":"True"},
|
||||||
{"id":"text", "name":"Description", "value":"If you are certain about joining, use this command to do so", "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":"(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":"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":[
|
{"id":"links", "name":"Useful information", "value":[
|
||||||
"\n",
|
"\n",
|
||||||
"[KANIUM Website](https://www.kanium.org/)",
|
"[KANIUM Website](https://www.kanium.org/)",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user