We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21713d3 commit 0ab4af1Copy full SHA for 0ab4af1
1 file changed
src/app/evts/special/eula.js
@@ -28,7 +28,7 @@ module.exports = async(app, message) => {
28
embeds: [{
29
title: `${app.config.system.emotes.success} **End-User Agreement**`,
30
color: app.config.system.embedColors.lime,
31
- description: "You successfully agreed to the EOA! Thank you and have fun!\n(You many need to rerun your command again.)",
+ description: "You successfully agreed to the EOA! Thank you and have fun!\n(You may need to rerun your command again.)",
32
footer: { text: app.config.system.footerText }
33
}],
34
components: []
0 commit comments