1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Aggiunti comandi alternativi

This commit is contained in:
Steffo 2016-10-02 00:25:28 +02:00
parent 281b9a52d9
commit f67e58ca47

3
bot.py
View file

@ -556,7 +556,8 @@ while True:
if username.lower() in royalgames:
# Riconosci il comando.
# Viene usato startswith perchè il comando potrebbe anche essere inviato in forma /ciao@RoyalBot.
if text.startswith('/ahnonlosoio'):
# Non si potrebbe migliorare qui in qualche modo? Tipo con un dict.
if text.startswith('/ahnonlosoio') or text.startswith("/ahboh"):
ahnonlosoio()
elif text.startswith('/ciaostefanino'):
ciaostefanino()