mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Merge branch 'master' of https://github.com/Steffo99/royal-bot
This commit is contained in:
commit
ab6e696aa8
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -439,7 +439,7 @@ def leggi():
|
||||||
print("@" + username + ": /leggi")
|
print("@" + username + ": /leggi")
|
||||||
if len(cmd) == 1:
|
if len(cmd) == 1:
|
||||||
telegram.sendmessage("[Apri il diario RYG](http://royal.steffo.me/diario.htm)!\n_(Puoi visualizzare un elemento casuale scrivendo /leggi random o leggere un elemento specifico con /leggi [numero])_", sentin, source)
|
telegram.sendmessage("[Apri il diario RYG](http://royal.steffo.me/diario.htm)!\n_(Puoi visualizzare un elemento casuale scrivendo /leggi random o leggere un elemento specifico con /leggi [numero])_", sentin, source)
|
||||||
else if cmd[1] == "random":
|
elif cmd[1] == "random":
|
||||||
fdiario = filemanager.readfile("diario.txt").split("\n")
|
fdiario = filemanager.readfile("diario.txt").split("\n")
|
||||||
n = random.randrange(len(fdiario))
|
n = random.randrange(len(fdiario))
|
||||||
entry = fdiario[n].split("|")
|
entry = fdiario[n].split("|")
|
||||||
|
|
Loading…
Reference in a new issue