Skip to content

Commit

Permalink
fix: application commands work now fully (#419)
Browse files Browse the repository at this point in the history
fix: remove trace from debug lol
  • Loading branch information
Lulalaby authored Dec 28, 2023
1 parent 3e1b52c commit 56b4927
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public class ApplicationCommandsConfiguration
/// </note>
/// <para>Defaults to <see langword="false"/>.</para>
/// </summary>
[Deprecated("This options is not used anymore. It will be removed in the future.")]
public bool ManualOverride { internal get; set; } = false;

/// <summary>
Expand Down Expand Up @@ -114,7 +115,6 @@ public ApplicationCommandsConfiguration(ApplicationCommandsConfiguration acc)
this.ServiceProvider = acc.ServiceProvider;
this.DebugStartup = acc.DebugStartup;
this.CheckAllGuilds = acc.CheckAllGuilds;
this.ManualOverride = acc.ManualOverride;
this.AutoDefer = acc.AutoDefer;
this.EnableLocalization = acc.EnableLocalization;
this.GenerateTranslationFilesOnly = acc.GenerateTranslationFilesOnly;
Expand Down
Loading

0 comments on commit 56b4927

Please sign in to comment.