This commit is contained in:
Jill 2022-06-08 04:48:47 +03:00
parent 4e2011a8e6
commit 28da80cfae
1 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ const survey = [
text: 'What is your name?', text: 'What is your name?',
textResponse: true, textResponse: true,
id: 'survey-name' id: 'survey-name'
},/* },
{ {
text: 'Your pronouns?', text: 'Your pronouns?',
components: [ components: [
@ -338,14 +338,14 @@ const survey = [
new MessageButton().setCustomId('survey-been-here-yes').setLabel('Yes').setStyle('PRIMARY'), new MessageButton().setCustomId('survey-been-here-yes').setLabel('Yes').setStyle('PRIMARY'),
new MessageButton().setCustomId('survey-been-here-no').setLabel('No').setStyle('PRIMARY') new MessageButton().setCustomId('survey-been-here-no').setLabel('No').setStyle('PRIMARY')
] ]
},*/ },
{ {
text: 'Please provide your social media accounts.', text: 'Please provide your social media accounts.',
textResponse: true, textResponse: true,
id: 'survey-socialmedia', id: 'survey-socialmedia',
style: 'PARAGRAPH', style: 'PARAGRAPH',
placeholder: 'Twitter, YouTube, etc. Please provide as many as possible.' placeholder: 'Twitter, YouTube, etc. Please provide as many as possible.'
},/* },
{ {
text: 'Is your refrigerator running?', text: 'Is your refrigerator running?',
components: [ components: [
@ -438,7 +438,7 @@ const survey = [
new MessageButton().setCustomId('survey-railroad4-truth-yes').setLabel('Yes').setStyle('PRIMARY'), new MessageButton().setCustomId('survey-railroad4-truth-yes').setLabel('Yes').setStyle('PRIMARY'),
new MessageButton().setCustomId('survey-railroad4-truth-no').setLabel('No').setStyle('PRIMARY') new MessageButton().setCustomId('survey-railroad4-truth-no').setLabel('No').setStyle('PRIMARY')
] ]
},*/ },
{ {
text: 'Please rate your experience with this survey.', text: 'Please rate your experience with this survey.',
noNumber: true, noNumber: true,
@ -449,7 +449,7 @@ const survey = [
.setMinValues(1) .setMinValues(1)
.setMaxValues(1) .setMaxValues(1)
] ]
},/* },
{ {
text: 'What is your opinion on mycology?', text: 'What is your opinion on mycology?',
noNumber: true, noNumber: true,
@ -470,7 +470,7 @@ const survey = [
components: [ components: [
new MessageButton().setCustomId('survey-closer7').setLabel('Yes.').setStyle('SUCCESS') new MessageButton().setCustomId('survey-closer7').setLabel('Yes.').setStyle('SUCCESS')
] ]
},*/ },
{ {
text: 'Would you become a stepping stone for mushrooms to grow and expand?', text: 'Would you become a stepping stone for mushrooms to grow and expand?',
noNumber: true, noNumber: true,