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
Messagefrom YAMDBF rather than Discord.js to be able to accessmessage.guild.storagewithin your commands without compiler errors
Properties:
| Name | Type | Description |
|---|---|---|
Guild |
|
Guild object that will contain the |
- Mixes In:
- Source: