mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
87fb798770
2 changed files with 16 additions and 1 deletions
8
bot.py
8
bot.py
|
@ -153,6 +153,14 @@ while True:
|
|||
print("@" + username + ": /ciaostefanino")
|
||||
# Rispondi salutando Stefanino.
|
||||
telegram.sendmessage("Ciao Stefanino!!!", sentin, source)
|
||||
elif text.startswith('/balurage'):
|
||||
print("@" + username + ": /balurage")
|
||||
# Rispondi salutando Stefanino.
|
||||
telegram.sendmessage("MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN MADDEN", sentin, source)
|
||||
elif text.startswith('/ciaoruozi'):
|
||||
print("@" + username + ": /ciaoruozi")
|
||||
# Ciao Ruozi.
|
||||
telegram.sendmessage("Ciao Ruozi", sentin, source)
|
||||
elif text.startswith('/ehoh'):
|
||||
print("@" + username + ": /ehoh")
|
||||
# Rispondi con Eh, oh. Sono cose che capitano.
|
||||
|
|
9
db.json
9
db.json
|
@ -151,7 +151,8 @@
|
|||
"name": "Ruozi",
|
||||
"desc": "Uzi.",
|
||||
"icon": "ProfiloVuoto",
|
||||
"steam": 76561198117708290
|
||||
"steam": 76561198117708290,
|
||||
"osu": "rickyruozi"
|
||||
},
|
||||
"supersmurf":
|
||||
{
|
||||
|
@ -235,5 +236,11 @@
|
|||
"desc": "Beep boop. Sono un bot. Vi rispondo ai messaggi che mi spammate su Telegram e vi hosto i server.",
|
||||
"icon": "RoyalBot",
|
||||
"steam": 76561198144957946
|
||||
},
|
||||
"infopz":
|
||||
{
|
||||
"name": "Infopz",
|
||||
"desc": "",
|
||||
"icon": "ProfiloVuoto"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue