Skip to content
Open
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
2 changes: 1 addition & 1 deletion hackbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def handle(msg):
chat_id = msg['chat']['id']
command = msg['text']

print "Got Command : %s " %command
print "Got Command : %s " %command"
bot.sendMessage(chat_id,'\xF0\x9F\x98\x81 Welcome to -+ HackBot v1.2 +- (https://goo.gl/mxQ4Sv) \xE2\x9C\x94')

#welcome screen and help
Expand Down