mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
11 lines
No EOL
295 B
Python
11 lines
No EOL
295 B
Python
# -*- coding: utf-8 -*-
|
|
import telegram
|
|
import steam
|
|
|
|
while(True):
|
|
#Guarda il comando ricevuto.
|
|
msg = telegram.getUpdates()
|
|
cmd = msg['text'].split(' ')
|
|
sby = msg['from']['id']
|
|
if(cmd[0].startswith('/ahnonlosoio')):
|
|
telegram.sendMessage("Ah, non lo so nemmeno io!\n¯\_(ツ)_/¯", sby) |