Change getDMchannel
to createDM
This commit is contained in:
parent
108bd3ea62
commit
30b5a17492
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export class User extends Base {
|
||||||
return this.mention
|
return this.mention
|
||||||
}
|
}
|
||||||
|
|
||||||
async getDMchannel(): Promise<DMChannel> {
|
async createDM(): Promise<DMChannel> {
|
||||||
return this.client.createDM(this)
|
return this.client.createDM(this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue