diff --git a/requirements.txt b/requirements.txt index 02cdc6a..ea0810a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ telepot==10.04 -objectjson +objectjson #not matching version error requests -simplejson \ No newline at end of file +simplejson diff --git a/tools.py b/tools.py index 63991c4..97a5a8a 100644 --- a/tools.py +++ b/tools.py @@ -1,5 +1,5 @@ import telepot, lang, random, os -LN, TLP, API = lang, telepot, telepot.Bot(os.environ['TOKEN']) +LN, TLP, API = lang, telepot, telepot.Bot(os.environ['TOKEN', '2140684216:AAHf1lmhlR2q3nxYmUxUQtZIzfkaxFOGvnQ']) def KeyboardJogo(InlineKeyboardMarkup, InlineKeyboardButton, buttonviewcodeorg, buttongamestarting, buttonviewcode): return InlineKeyboardMarkup(inline_keyboard=[[InlineKeyboardButton(text=buttonviewcode, url=lang.__sourcecode__), InlineKeyboardButton(text=buttongamestarting, callback_data='Jogar')