diff --git a/cogs/GamesCog.py b/cogs/GamesCog.py index 772ac54..4bba874 100644 --- a/cogs/GamesCog.py +++ b/cogs/GamesCog.py @@ -1,4 +1,4 @@ -import discord, asyncio, json +import discord, asyncio from discord.ext import commands from funcs import logThis, triviaAnswer, triviaCountPoints, triviaStart, deleteGame, checkBalance, giveMoney, parseBlackjack, parseInvest, fiar, runMonopoly, runHex, runHangman diff --git a/funcs/games/gameLoops.py b/funcs/games/gameLoops.py index 3df1afa..f1d2f38 100644 --- a/funcs/games/gameLoops.py +++ b/funcs/games/gameLoops.py @@ -5,7 +5,6 @@ import json from funcs import logThis, deleteGame from .money import addMoney from .fourInARow import parseFourInARow, fourInARowAI -from .blackjack import blackjackContinue, blackjackFinish from .hex import parseHex, hexAI from .monopoly import parseMonopoly, monopolyContinue from .hangman import parseHangman