🐛 Makes hex start a little better. Not done
This commit is contained in:
@ -12,7 +12,7 @@ import os
|
||||
|
||||
from funcs import helloFunc, cap, imageFunc, logThis, findWikiPage, makeFiles, emojiToNumber, fiarReactionTest, deleteGame, stopServer, checkBalance, giveMoney, triviaCountPoints, triviaStart, triviaAnswer, blackjackShuffle, blackjackStart, blackjackPlayerDrawHand, blackjackContinue, blackjackFinish, blackjackHit, blackjackStand, blackjackDouble, blackjackSplit, parseFourInARow, fourInARowAI, spellFunc, monsterFunc, nameGen, tavernGen, movieFunc, roll_dice, parseChar, parseRoll, critRoll, parseDestiny, parseHex, addToDict
|
||||
|
||||
from gameLoops import fiar, blackjackLoop, runhex
|
||||
from gameLoops import fiar, blackjackLoop, runHex
|
||||
|
||||
commandPrefix = "!"
|
||||
|
||||
@ -565,7 +565,7 @@ async def parseCommands(message,content):
|
||||
elif content.startswith("hex"):
|
||||
try:
|
||||
command = content.replace("hex","")
|
||||
await runhex(message.channel,command,"#"+str(message.author.id))
|
||||
await runHex(message.channel,command,"#"+str(message.author.id))
|
||||
except:
|
||||
logThis("Something went wrong (error code 1500)")
|
||||
|
||||
|
Reference in New Issue
Block a user