This commit is contained in:
NikolajDanger
2020-08-09 15:42:05 +02:00
parent 8055ae994f
commit 1a459fffb0
2 changed files with 1 additions and 2 deletions

View File

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

View File

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