Skip to content

Commit

Permalink
Fix GameType import (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
taahamahdi authored Dec 11, 2023
1 parent c44d8b0 commit 3a6326a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/game_commands/join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
sendErrorMessage,
} from "../../helpers/discord_utils";
import CommandPrechecks from "../../command_prechecks";
import GameType from "src/enums/game_type";
import GameType from "../../enums/game_type";
import MessageContext from "../../structures/message_context";
import PlayCommand, { PlayTeamsAction } from "./play";
import i18n from "../../helpers/localization_manager";
Expand Down

0 comments on commit 3a6326a

Please sign in to comment.