🐛
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import discord, asyncio, json
|
import discord, asyncio
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
|
|
||||||
from funcs import logThis, triviaAnswer, triviaCountPoints, triviaStart, deleteGame, checkBalance, giveMoney, parseBlackjack, parseInvest, fiar, runMonopoly, runHex, runHangman
|
from funcs import logThis, triviaAnswer, triviaCountPoints, triviaStart, deleteGame, checkBalance, giveMoney, parseBlackjack, parseInvest, fiar, runMonopoly, runHex, runHangman
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ import json
|
|||||||
from funcs import logThis, deleteGame
|
from funcs import logThis, deleteGame
|
||||||
from .money import addMoney
|
from .money import addMoney
|
||||||
from .fourInARow import parseFourInARow, fourInARowAI
|
from .fourInARow import parseFourInARow, fourInARowAI
|
||||||
from .blackjack import blackjackContinue, blackjackFinish
|
|
||||||
from .hex import parseHex, hexAI
|
from .hex import parseHex, hexAI
|
||||||
from .monopoly import parseMonopoly, monopolyContinue
|
from .monopoly import parseMonopoly, monopolyContinue
|
||||||
from .hangman import parseHangman
|
from .hangman import parseHangman
|
||||||
|
|||||||
Reference in New Issue
Block a user