From e513ad202f0078db8abfa67eaf4d5586347f46dc Mon Sep 17 00:00:00 2001 From: LuckyMe4Evers Date: Sun, 28 Aug 2016 09:04:46 +0200 Subject: [PATCH] Changed ) to } Fixed an faulty character --- windows_bat/PokemonGo-Bot-Configurator.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_bat/PokemonGo-Bot-Configurator.bat b/windows_bat/PokemonGo-Bot-Configurator.bat index 29e12abc85..aff0acacb9 100644 --- a/windows_bat/PokemonGo-Bot-Configurator.bat +++ b/windows_bat/PokemonGo-Bot-Configurator.bat @@ -143,7 +143,7 @@ ECHO. ECHO. "encrypt_location": "",>>%auth% SET /p telegram="What's your telegram token? Enter for leave blank: " ECHO. "telegram_token": "%telegram%">>%auth% -ECHO.)>>%auth% +ECHO.}>>%auth% goto :eof