From 0bfac9eb74b187f89cecedd39ffd44d04eefb4d0 Mon Sep 17 00:00:00 2001 From: Vaporox Date: Fri, 30 Apr 2021 22:22:42 +0200 Subject: [PATCH] fix: file renamed to SnowflakeUtil --- src/structures/Sticker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Sticker.js b/src/structures/Sticker.js index 1e3dda8b5a63..1fdc09428a0c 100644 --- a/src/structures/Sticker.js +++ b/src/structures/Sticker.js @@ -2,7 +2,7 @@ const Base = require('./Base'); const { StickerFormatTypes } = require('../util/Constants'); -const Snowflake = require('../util/Snowflake'); +const Snowflake = require('../util/SnowflakeUtil'); /** * Represents a Sticker.