Skip to content

Commit 81336ae

Browse files
committed
fix: fix missing value copy in config
1 parent 10ed8bf commit 81336ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DisCatSharp/DiscordConfiguration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public DiscordConfiguration(DiscordConfiguration other)
8282
this.LoggerFactory = other.LoggerFactory;
8383
this.MobileStatus = other.MobileStatus;
8484
this.AutoRefreshChannelCache = other.AutoRefreshChannelCache;
85+
this.ApiChannel = other.ApiChannel;
8586
this.ApiVersion = other.ApiVersion;
8687
this.ServiceProvider = other.ServiceProvider;
8788
this.Override = other.Override;

0 commit comments

Comments
 (0)