Class: Message

Message()

Represents a message.

Constructor

new Message()

Create a message from a Discord.js message
Source:

Members

(static) this.author :User

Represents the author of the message. (Discord.JS)
Type:
  • User
Source:

(static) this.text :String

Represents the content of the message.
Type:
  • String
Source: