Skip to content

Commit

Permalink
fix: change to regular overwrite for registries (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
favna authored Apr 6, 2024
1 parent 8318794 commit 7c93077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/setup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ import { inspect } from 'node:util';

inspect.defaultOptions.depth = 1;
colorette.createColors({ useColor: true });
ApplicationCommandRegistries.setDefaultBehaviorWhenNotIdentical(RegisterBehavior.BulkOverwrite);
ApplicationCommandRegistries.setDefaultBehaviorWhenNotIdentical(RegisterBehavior.Overwrite);

0 comments on commit 7c93077

Please sign in to comment.