Skip to content

Commit

Permalink
fix(Sticker): file renamed to SnowflakeUtil (#5573)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporoxx committed Apr 30, 2021
1 parent 026afc2 commit f830eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Sticker.js
Expand Up @@ -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.
Expand Down

0 comments on commit f830eb7

Please sign in to comment.