# Message Util
MessageUtil
is an instance who's purpose is to provide a bit of utility to the user.
For instance, MessageUtil#parseSnowflake()
- it's a method that extracts all the snowflakes (checkout what a Snowflake is.) from a string and returns the type of snowflake, and it's data. However, you can disable those 2 by setting the last 2 parameters to false
(so that it doesn't return the type
, or the data
from the snowflake.)