Skip to content

Release Day III #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
15 commits merged into from
Nov 16, 2017
Merged

Release Day III #92

15 commits merged into from
Nov 16, 2017

Conversation

ghost
Copy link

@ghost ghost commented Nov 16, 2017

Release Day III

buchholz-sean and others added 11 commits November 14, 2017 17:49
Documentation for Max Bot usage once installed. Includes a link in README.md to the usage doc.
Added information about Nodemailer module. Also replaced a reference to `.env` file with `max.config.js` which is current correct env config file.
the username can be change but user id will stay the same
Custom method now generates verification codes of correct specified length (replaces hard-coded max value)
usage.md Outdated

Max also includes a couple of special commands just for Officers and above for making announcements to multiple channels.

### !shout
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove the !shout and !shoutAll since the functionality will not be in this release?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. Let's drop this.

Copy link
Contributor

@buchholz-sean buchholz-sean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor typos. A couple issues with missing params in util.log()s.

Need to change Line 57 value to 600000

if (guild[el].name === 'crew') {
m.member.addRole(guild[el].id);
} else {
util.log('the moredator has to create the crew role');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: moredator -> moderator; Also, no output and level params passed to util.log(). Recommend util.log(<message>, el, 2);

usage.md Outdated

Max also includes a couple of special commands just for Officers and above for making announcements to multiple channels.

### !shout
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. Let's drop this.

email,
uuid: uuidv4(),
verified: 1,
}).then(util.log).catch(util.error);
});
// maping guild roles to find the crew role id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: maping -> mapping

@@ -41,6 +49,7 @@ module.exports = () => {
if (validDomains.includes(emailDomain)) {
const codeLength = 6;
const code = generateCode(codeLength);
util.log('code', code);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No debug level param in util.log().

@ghost ghost merged commit b34cf7b into release Nov 16, 2017
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants