Skip to content

Commit

Permalink
fix build errors due to deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed May 6, 2024
1 parent 93a9f96 commit 1b4bfc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/utils/localeUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
Locale,
LocaleString,
SlashCommandBuilder,
SlashCommandOptionsOnlyBuilder,
SlashCommandSubcommandBuilder,
SlashCommandSubcommandsOnlyBuilder
} from 'discord.js';
Expand Down Expand Up @@ -76,6 +77,7 @@ export function localizeCommand(
command:
| SlashCommandSubcommandBuilder
| SlashCommandSubcommandsOnlyBuilder
| SlashCommandOptionsOnlyBuilder
| Omit<SlashCommandBuilder, 'addSubcommand' | 'addSubcommandGroup'>,
resourcePath?: string
) {
Expand Down

0 comments on commit 1b4bfc7

Please sign in to comment.