diff --git a/src/commands/game_commands/join.ts b/src/commands/game_commands/join.ts index 44a7df614..9a8c1360b 100644 --- a/src/commands/game_commands/join.ts +++ b/src/commands/game_commands/join.ts @@ -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";