# Abrevio Message
AbrevioMessage
is an extended class of the Message
instance (from discord.js), and it has a property util
, which is an instance of MessageUtil
.
Other than util
, every other property/method is inherited from the Message
instance.
If you wish to check out what methods MessageUtil
has, and what they all do, you can visit it by clicking here