mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
fix(BaseGuildEmoji): typo in requiresColons (#5076)
This commit is contained in:
parent
90d458820b
commit
e272fd6909
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class BaseGuildEmoji extends Emoji {
|
||||||
*/
|
*/
|
||||||
this.guild = guild;
|
this.guild = guild;
|
||||||
|
|
||||||
this.requireColons = null;
|
this.requiresColons = null;
|
||||||
this.managed = null;
|
this.managed = null;
|
||||||
this.available = null;
|
this.available = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue