survey changes

This commit is contained in:
Jill 2022-06-09 02:45:43 +03:00
parent e31b9af60e
commit 79f3bb3745
1 changed files with 8 additions and 2 deletions

View File

@ -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();
});
}
};
};