mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Eh oh cose che capitano
This commit is contained in:
parent
cf1698f7d9
commit
f1865baa0c
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ while(True):
|
||||||
#Ah, non lo so io!
|
#Ah, non lo so io!
|
||||||
if(msg['text'].startswith("/ahnonlosoio")):
|
if(msg['text'].startswith("/ahnonlosoio")):
|
||||||
sendMessage("Ah non lo so nemmeno io ¯\_(ツ)_/¯", msg['chat']['id'], msg['from']['id'])
|
sendMessage("Ah non lo so nemmeno io ¯\_(ツ)_/¯", msg['chat']['id'], msg['from']['id'])
|
||||||
|
if(msg['text'].startswith("/ehoh")):
|
||||||
|
sendMessage("Eh oh cose che capitano ¯\_(ツ)_/¯", msg['chat']['id'], msg['from']['id'])
|
||||||
#Controlla lo stato di una persona su Steam.
|
#Controlla lo stato di una persona su Steam.
|
||||||
if(msg['text'].startswith("/steam")):
|
if(msg['text'].startswith("/steam")):
|
||||||
#Se non viene specificato un
|
#Se non viene specificato un
|
||||||
|
|
Loading…
Reference in a new issue