1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Import asyncio so timeout's can be handled

This commit is contained in:
Phxntxm 2017-03-26 21:00:36 -05:00
parent 86169750db
commit 75029b9abb

View file

@ -6,6 +6,7 @@ from .utils import checks
import re
import random
import asyncio
class Game:
def __init__(self, word):