Message

Represents a Discord.js Message object that contains a modifed Guild object containing a GuildStorage for the associated guild, if the message was sent from within a guild, mixed in by the CommandDispatcher.

Note: For clients written in Typescript, you will want to import Message from YAMDBF rather than Discord.js to be able to access message.guild.storage within your commands without compiler errors

Properties:
Name Type Description
Guild
guild

Guild object that will contain the GuildStorage object under the storage property

Mixes In:
Source: