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:
parent
281b9a52d9
commit
f67e58ca47
1 changed files with 2 additions and 1 deletions
3
bot.py
3
bot.py
|
@ -556,7 +556,8 @@ while True:
|
||||||
if username.lower() in royalgames:
|
if username.lower() in royalgames:
|
||||||
# Riconosci il comando.
|
# Riconosci il comando.
|
||||||
# Viene usato startswith perchè il comando potrebbe anche essere inviato in forma /ciao@RoyalBot.
|
# 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()
|
ahnonlosoio()
|
||||||
elif text.startswith('/ciaostefanino'):
|
elif text.startswith('/ciaostefanino'):
|
||||||
ciaostefanino()
|
ciaostefanino()
|
||||||
|
|
Loading…
Reference in a new issue