mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
fix(BaseGuildEmoji): typo in requiresColons (#5076)
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user