From 5c42b23605f07f3e9362f24e4e274061dad08a29 Mon Sep 17 00:00:00 2001 From: shubham-king <84066395+shubham-king@users.noreply.github.com> Date: Tue, 9 Nov 2021 13:30:44 +0530 Subject: [PATCH 1/2] Update tools.py --- tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') From ef3a74e98b6793b9fda1f62b2184db49b770c675 Mon Sep 17 00:00:00 2001 From: shubham-king <84066395+shubham-king@users.noreply.github.com> Date: Tue, 9 Nov 2021 13:33:51 +0530 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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