From f830eb7101d05f90bbbf44ff750e4012ecb72449 Mon Sep 17 00:00:00 2001 From: Jan <66554238+vaporox@users.noreply.github.com> Date: Fri, 30 Apr 2021 22:26:55 +0200 Subject: [PATCH] fix(Sticker): file renamed to SnowflakeUtil (#5573) --- 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 1e3dda8b5..1fdc09428 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.