Use the new game manager

This commit is contained in:
c0de 2022-11-10 22:43:49 -06:00
parent bcbb74a3e1
commit b067a6ca07
1 changed files with 1 additions and 1 deletions

View File

@ -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):