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 accessmessage.guild.storage
within your commands without compiler errors
Properties:
Name | Type | Description |
---|---|---|
Guild |
|
Guild object that will contain the |
- Mixes In:
- Source: