This commit is contained in:
Lee Hyun 2020-10-25 10:22:54 +09:00
parent c846bd6f61
commit 988a6390f6
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export class Guild extends Base {
this.afkTimeout = data.afk_timeout
this.afkChannelID = data.afk_channel_id
this.widgetEnabled = data.widget_enabled
this.widgetChannelID = data.widge_channel_id
this.widgetChannelID = data.widget_channel_id
this.verificationLevel = data.verification_level
this.defaultMessageNotifications = data.default_message_notifications
this.explicitContentFilter = data.explicit_content_filter