mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Added message sending
This commit is contained in:
@@ -18,6 +18,10 @@ class PMChannel extends Equality{
|
||||
get lastMessage(){
|
||||
return this.messages.get("id", this.lastMessageID);
|
||||
}
|
||||
|
||||
toString(){
|
||||
return this.recipient.toString();
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = PMChannel;
|
||||
Reference in New Issue
Block a user