This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a4b.amazonaws.com | |
access-analyzer.amazonaws.com | |
account.amazonaws.com | |
acm-pca.amazonaws.com | |
acm.amazonaws.com | |
airflow-env.amazonaws.com | |
airflow.amazonaws.com | |
alexa-appkit.amazon.com | |
alexa-connectedhome.amazon.com | |
amazonmq.amazonaws.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const webhooksUrl = '<discord webhookのURL>' | |
function submitForm(e) { | |
let formResponses = e.response.getItemResponses(); | |
// フォームの上から何番目の質問の解答を入れるか | |
// 詳しくは https://www.yukibnb.com/entry/form_responses 参照 | |
let content = formResponses[1].getResponse(); | |
sendObject = { | |
"content" : content |