mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user