Skip to content

Commit

Permalink
fix(BaseGuildEmoji): typo in requiresColons (#5076)
Browse files Browse the repository at this point in the history
  • Loading branch information
BannerBomb committed Dec 6, 2020
1 parent 90d4588 commit e272fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/BaseGuildEmoji.js
Expand Up @@ -17,7 +17,7 @@ class BaseGuildEmoji extends Emoji {
*/
this.guild = guild;

this.requireColons = null;
this.requiresColons = null;
this.managed = null;
this.available = null;

Expand Down

0 comments on commit e272fd6

Please sign in to comment.