📝 Run hex

This commit is contained in:
jona605a
2020-08-04 10:52:31 +02:00
parent 96c5d37e4f
commit 393f76f0f4
2 changed files with 76 additions and 2 deletions

View File

@ -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
from gameLoops import fiar, blackjackLoop
from gameLoops import fiar, blackjackLoop, runhex
commandPrefix = "!"
@ -566,7 +566,7 @@ async def parseCommands(message,content):
elif content.startswith("hex"):
try:
command = content.replace("hex","")
await hex(message.channel,command,message.author.display_name)
await runhex(message.channel,command,message.author.display_name)
except:
logThis("Something went wrong (error code 1500)")