fix(BaseGuildEmoji): typo in requiresColons (#5076)

This commit is contained in:
BannerBomb 2020-12-06 11:59:12 -05:00 committed by GitHub
parent 90d458820b
commit e272fd6909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ class BaseGuildEmoji extends Emoji {
*/
this.guild = guild;
this.requireColons = null;
this.requiresColons = null;
this.managed = null;
this.available = null;