This commit is contained in:
Nikolaj Danger
2020-08-06 15:36:51 +02:00
parent 3cb00381e7
commit ebeca60305
5 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,6 @@ from funcs import logThis, triviaAnswer, triviaCountPoints, triviaStart, deleteG
from gameLoops import blackjackLoop, fiar, runMonopoly, runHex
class GamesCog(commands.Cog):
"""Cog for game functions"""
def __init__(self,client):
self.client = client