fix interaction channel

This commit is contained in:
DjDeveloper 2021-03-12 13:31:48 +05:30 committed by GitHub
parent 3e81002c33
commit 90159fa2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export class InteractionChannel extends SnowflakeBase {
constructor(client: Client, data: InteractionChannelPayload) {
super(client)
this.id = data.id
this.name = data.name
this.type = data.type
this.permissions = new Permissions(data.permissions)