mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
updateRole and deleteInvite
This commit is contained in:
@@ -26,11 +26,11 @@ class PMChannel extends Equality{
|
||||
toString(){
|
||||
return this.recipient.toString();
|
||||
}
|
||||
|
||||
|
||||
sendMessage(){
|
||||
return this.client.sendMessage.apply(this.client, reg(this, arguments));
|
||||
}
|
||||
|
||||
|
||||
sendTTSMessage(){
|
||||
return this.client.sendTTSMessage.apply(this.client, reg(this, arguments));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user