From 79f3bb37450554826433e702f99c847a0b16b95d Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Thu, 9 Jun 2022 02:45:43 +0300 Subject: [PATCH] survey changes --- src/commands/survey.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 +};