diff --git a/DisCatSharp/DiscordConfiguration.cs b/DisCatSharp/DiscordConfiguration.cs index cf3a1ef5d..daec84b35 100644 --- a/DisCatSharp/DiscordConfiguration.cs +++ b/DisCatSharp/DiscordConfiguration.cs @@ -82,6 +82,7 @@ public DiscordConfiguration(DiscordConfiguration other) this.LoggerFactory = other.LoggerFactory; this.MobileStatus = other.MobileStatus; this.AutoRefreshChannelCache = other.AutoRefreshChannelCache; + this.ApiChannel = other.ApiChannel; this.ApiVersion = other.ApiVersion; this.ServiceProvider = other.ServiceProvider; this.Override = other.Override;