diff --git a/src/commands/survey.ts b/src/commands/survey.ts index 0a44e66..8ca38b8 100644 --- a/src/commands/survey.ts +++ b/src/commands/survey.ts @@ -441,7 +441,6 @@ const survey = [ }, { text: 'Please rate your experience with this survey.', - noNumber: true, components: [ new MessageSelectMenu() .setCustomId('survey-rating') @@ -457,6 +456,13 @@ const survey = [ id: 'survey-mycology', style: 'PARAGRAPH' }, + { + text: 'You understand your role in this.', + noNumber: true, + components: [ + new MessageButton().setCustomId('survey-closer5').setLabel('Yes, I understand.').setStyle('SUCCESS') + ] + }, { text: 'Do you like mushrooms as a concept?', noNumber: true, @@ -760,4 +766,4 @@ module.exports = { msg.delete(); }); } -}; \ No newline at end of file +};