We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ed8bf commit 81336aeCopy full SHA for 81336ae
DisCatSharp/DiscordConfiguration.cs
@@ -82,6 +82,7 @@ public DiscordConfiguration(DiscordConfiguration other)
82
this.LoggerFactory = other.LoggerFactory;
83
this.MobileStatus = other.MobileStatus;
84
this.AutoRefreshChannelCache = other.AutoRefreshChannelCache;
85
+ this.ApiChannel = other.ApiChannel;
86
this.ApiVersion = other.ApiVersion;
87
this.ServiceProvider = other.ServiceProvider;
88
this.Override = other.Override;
0 commit comments