Skip to content

Commit

Permalink
fix: fix missing value copy in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 16, 2024
1 parent 10ed8bf commit 81336ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DisCatSharp/DiscordConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 81336ae

Please sign in to comment.