Allow the user to configure the port in the config, and other fixes.
This commit is contained in:
@@ -63,7 +63,7 @@ def translate(phrase, lang, target='en'):
|
||||
translation = translation.replace('\n', ' ')
|
||||
while ' ' in translation:
|
||||
translation = translation.replace(' ', ' ')
|
||||
return translation
|
||||
return translation.lower()
|
||||
return None
|
||||
|
||||
def tr(phenny, input):
|
||||
|
||||
Reference in New Issue
Block a user