0% found this document useful (0 votes)
25 views

Code gtw2

The document details a workflow for welcoming new members joining a Discord server. It contains blocks that get member info, create embed messages, merge texts, and send a welcome message in the server channel.

Uploaded by

aris.limnaios
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Code gtw2

The document details a workflow for welcoming new members joining a Discord server. It contains blocks that get member info, create embed messages, merge texts, and send a welcome message in the server channel.

Uploaded by

aris.limnaios
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

{

"info": {
"title": "Welcome Member",
"description": "",
"thumbnail": ""
},
"blocks": [
{
"name": "member_join_server_event",
"info": {
"x": 224,
"y": 518,
"z": 1,
"color": "#5a5a5a",
"height": 229,
"width": 318
},
"options": {
"react": "member"
},
"outputs": {
"action": [
"eVaIaOGwhy"
],
"member": [
"oGxvjQEgAv",
"e90ZiSgzFu",
"MTchbXx5b5",
"G75qPSFJMz"
],
"user": [],
"guild": [],
"invite": [],
"isbot": []
}
},
{
"name": "create_embed_message",
"info": {
"x": 2139,
"y": 347,
"z": 2,
"color": "#5a5a5a",
"height": 511,
"width": 340
},
"inputs": {
"action": "zZleJYbXG7",
"color": "Yq7nHvMRP5",
"thumbnail": "7CYVRnpCLd",
"author_icon": "CrqaryebTr",
"author_name": "viEpKINsHL",
"author_url": "88ATf1YNHl",
"title": "kTf71GPC76",
"url": "1pMmZ8YwNW",
"description": "4JZ6eGrewb",
"image": "rYO1Rp02zB",
"footer_icon": "5da9oWtaMv",
"footer_text": "IBCiSn7x17",
"timestamp": "krdbB0cJMK"
},
"outputs": {
"action": [
"kGNfpf1N5o"
],
"message_embed": [
"f9EDL9Of8f"
]
}
},
{
"name": "get_member_info",
"info": {
"x": 636,
"y": 428,
"z": 3,
"color": "#5a5a5a",
"height": 109,
"width": 574
},
"inputs": {
"action": "eVaIaOGwhy",
"member": "oGxvjQEgAv"
},
"options": {
"member_info": "7"
},
"outputs": {
"action": [
"WwJqoDjlrA"
],
"result": [
"OmnrCpcCnM"
]
}
},
{
"name": "get_member_info",
"info": {
"x": 652,
"y": 571,
"z": 4,
"color": "#5a5a5a",
"height": 109,
"width": 574
},
"inputs": {
"action": "WwJqoDjlrA",
"member": "e90ZiSgzFu"
},
"options": {
"member_info": "11"
},
"outputs": {
"action": [
"Z25VknxwtJ"
],
"result": [
"J9ilfnDAp6"
]
}
},
{
"name": "color",
"info": {
"x": 1809,
"y": 310,
"z": 5,
"color": "#5a5a5a",
"height": 101,
"width": 199
},
"options": {
"color": "#06f400"
},
"outputs": {
"color": [
"Yq7nHvMRP5"
]
}
},
{
"name": "merge_texts_advanced",
"info": {
"x": 1277,
"y": 590,
"z": 6,
"color": "#5a5a5a",
"height": 275,
"width": 725
},
"inputs": {
"action": "eXCAhzaYwK",
"text1": "OmnrCpcCnM",
"text2": "J9ilfnDAp6",
"text3": "gqnaioau24"
},
"options": {
"text": "Welcome <@${text2}>, ${text1}!\n\nSome More Text and Infos can be
entered here!"
},
"outputs": {
"action": [
"zZleJYbXG7"
],
"text": [
"4JZ6eGrewb"
]
}
},
{
"name": "text_2x",
"info": {
"x": 1440,
"y": 394,
"z": 7,
"color": "#5a5a5a",
"height": 179,
"width": 327
},
"options": {
"text1": "New Member!",
"text2": "Servername"
},
"outputs": {
"text1": [
"kTf71GPC76"
],
"text2": [
"IBCiSn7x17"
]
}
},
{
"name": "get_member_info",
"info": {
"x": 632,
"y": 725,
"z": 9,
"color": "#5a5a5a",
"height": 109,
"width": 574
},
"inputs": {
"action": "Z25VknxwtJ",
"member": "MTchbXx5b5"
},
"options": {
"member_info": "1"
},
"outputs": {
"action": [
"eXCAhzaYwK"
],
"result": [
"7CYVRnpCLd"
]
}
},
{
"name": "send_message_component",
"info": {
"x": 2614,
"y": 550,
"z": 10,
"color": "#5a5a5a",
"height": 367,
"width": 472
},
"inputs": {
"action": "kGNfpf1N5o",
"channel": "G75qPSFJMz",
"text": "j56jLem1H4",
"embed": "f9EDL9Of8f",
"row1": "qz5igXI0GL",
"row2": "gLwlZxYYAW",
"row3": "AXmZt98AqP",
"row4": "qX9XEAZVQb",
"row5": "kZ6dTLAI9b",
"file": "WX1Z6Gltav"
},
"options": {
"type": "send",
"silent": "undefined"
},
"outputs": {
"action": [],
"message": []
}
}
],
"notes": []
}

You might also like