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