🐛 Makes hex start a little better. Not done
This commit is contained in:
@ -2,7 +2,7 @@ import asyncio
|
||||
import discord
|
||||
import json
|
||||
|
||||
from funcs import logThis, addMoney, deleteGame, parseFourInARow, fourInARowAI, blackjackContinue, blackjackFinish
|
||||
from funcs import logThis, addMoney, deleteGame, parseFourInARow, fourInARowAI, blackjackContinue, blackjackFinish, parseHex, hexAI
|
||||
|
||||
# Deletes a message
|
||||
async def deleteMessage(imageLocation,channel):
|
||||
@ -18,7 +18,7 @@ async def deleteMessage(imageLocation,channel):
|
||||
return oldImage
|
||||
|
||||
# Runs Hex
|
||||
async def runhex(channel,command,user):
|
||||
async def runHex(channel,command,user):
|
||||
try:
|
||||
response, showImage, deleteImage, gameDone, gwendoTurn = parseHex(command,str(channel),user)
|
||||
except:
|
||||
|
Reference in New Issue
Block a user