Skip to content

Commit 0ab4af1

Browse files
Fix a typo in the TOS agreement msg.
1 parent 21713d3 commit 0ab4af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/evts/special/eula.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = async(app, message) => {
2828
embeds: [{
2929
title: `${app.config.system.emotes.success} **End-User Agreement**`,
3030
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.)",
31+
description: "You successfully agreed to the EOA! Thank you and have fun!\n(You may need to rerun your command again.)",
3232
footer: { text: app.config.system.footerText }
3333
}],
3434
components: []

0 commit comments

Comments
 (0)