From 988a6390f692701b1fece6387e39fff368dc82d4 Mon Sep 17 00:00:00 2001 From: Lee Hyun Date: Sun, 25 Oct 2020 10:22:54 +0900 Subject: [PATCH] Fix typo --- src/structures/guild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/guild.ts b/src/structures/guild.ts index 24767c1..70a1d71 100644 --- a/src/structures/guild.ts +++ b/src/structures/guild.ts @@ -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