Optional multi-translations

This commit is contained in:
Jannes Höke
2016-05-22 17:02:27 +02:00
parent 005445c4dd
commit 4cdffffa5f
8 changed files with 229 additions and 74 deletions

View File

@ -34,6 +34,7 @@ class Game(object):
started = False
owner = None
open = True
translate = False
def __init__(self, chat):
self.chat = chat