.HIDE. DIGITARE

This commit is contained in:
Nyo
2016-06-02 18:41:12 +02:00
parent adb72b23b4
commit feee262ed1
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
from objects import tokenList
from objects import channelList
from objects import matchList
import threading
VERSION = "0.9"
@@ -16,3 +17,4 @@ memes = True
restarting = False
pool = None
requestTime = False
meme = threading.Lock()