Update environment.py

This commit is contained in:
chrys87 2016-07-26 15:32:47 +02:00 committed by GitHub
parent 470bb0c1c6
commit 2e9c656037

View File

@ -19,5 +19,4 @@ environment = {
'input': input.input, 'input': input.input,
'commandInfo': commands.commandInfo, 'commandInfo': commands.commandInfo,
'soundIcons': soundIcons.soundIcons, 'soundIcons': soundIcons.soundIcons,
'autospeak': ['speak_delta']
} }