fix interaction channel
This commit is contained in:
parent
3e81002c33
commit
90159fa2da
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ export class InteractionChannel extends SnowflakeBase {
|
||||||
|
|
||||||
constructor(client: Client, data: InteractionChannelPayload) {
|
constructor(client: Client, data: InteractionChannelPayload) {
|
||||||
super(client)
|
super(client)
|
||||||
|
this.id = data.id
|
||||||
this.name = data.name
|
this.name = data.name
|
||||||
this.type = data.type
|
this.type = data.type
|
||||||
this.permissions = new Permissions(data.permissions)
|
this.permissions = new Permissions(data.permissions)
|
||||||
|
|
Loading…
Reference in a new issue