🗃️ Moves gameLoops.py

This commit is contained in:
NikolajDanger
2020-08-06 23:38:14 +02:00
parent 205cc46a9c
commit 05fe122777
5 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,7 @@
import discord, asyncio, os, json
from discord.ext import commands
from funcs import logThis, triviaAnswer, triviaCountPoints, triviaStart, deleteGame, checkBalance, giveMoney, blackjackShuffle, blackjackStart, blackjackPlayerDrawHand, blackjackHit, blackjackDouble, blackjackFinish, blackjackSplit, blackjackStand, parseInvest
from gameLoops import blackjackLoop, fiar, runMonopoly, runHex
from funcs import logThis, triviaAnswer, triviaCountPoints, triviaStart, deleteGame, checkBalance, giveMoney, blackjackShuffle, blackjackStart, blackjackPlayerDrawHand, blackjackHit, blackjackDouble, blackjackFinish, blackjackSplit, blackjackStand, parseInvest, blackjackLoop, fiar, runMonopoly, runHex
class GamesCog(commands.Cog):

View File

@ -1,7 +1,6 @@
from discord.ext import commands
from funcs import logThis, fiarReactionTest, monopolyReactionTest, emojiToCommand
from gameLoops import fiar, runMonopoly
from funcs import logThis, fiarReactionTest, monopolyReactionTest, emojiToCommand, fiar, runMonopoly
class ReactionCog(commands.Cog):
def __init__(self, client):