Grammar cleanup (#875)

This commit:
* fixes inconsistencies (primarily regarding capitalization)
* fixes non-proper nouns that were improperly capitalized
* fixes reminents from not-so-meticulous copy+paste jobs
This commit is contained in:
Programmix
2016-11-05 16:57:34 -07:00
committed by Amish Shah
parent 93e6c69bd1
commit fe3914658a
37 changed files with 151 additions and 150 deletions

View File

@@ -1,7 +1,7 @@
const Constants = require('../util/Constants');
/**
* Represents a Role on Discord
* Represents a role on Discord
*/
class Role {
constructor(guild, data) {
@@ -304,7 +304,7 @@ class Role {
}
/**
* When concatenated with a string, this automatically concatenates the Role mention rather than the Role object.
* When concatenated with a string, this automatically concatenates the role mention rather than the Role object.
* @returns {string}
*/
toString() {