Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
telepot==10.04
objectjson
objectjson #not matching version error
requests
simplejson
simplejson
2 changes: 1 addition & 1 deletion tools.py
Original file line number Diff line number Diff line change
@@ -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')
Expand Down