diff --git a/GhostBallBot/discord_client/client.py b/GhostBallBot/discord_client/client.py index a2ae4b5..06fecde 100644 --- a/GhostBallBot/discord_client/client.py +++ b/GhostBallBot/discord_client/client.py @@ -18,7 +18,7 @@ import discord # Import game functions sys.path.append("..") -from game.game import GameManager +from game.manager import GameManager class GhostBallClient(discord.Client):