mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Messo ragelevel in un file a parte
ragelevel.txt
This commit is contained in:
parent
2a0fe821b7
commit
72c6a02a67
1 changed files with 2 additions and 5 deletions
7
bot.py
7
bot.py
|
@ -19,9 +19,6 @@ lolfreestring = str()
|
|||
|
||||
random.seed()
|
||||
|
||||
# Livello di balurage dall'ultimo riavvio
|
||||
ragelevel = 0
|
||||
|
||||
|
||||
# Spostiamo qui le funzioni del bot, così è un po' più leggibile
|
||||
def wow():
|
||||
|
@ -440,9 +437,9 @@ def balurage():
|
|||
print("@" + username + ": /balurage")
|
||||
# Rispondi commentando l'E3.
|
||||
tosend = str()
|
||||
# TODO: Sostituiscimi con un file!
|
||||
global ragelevel
|
||||
ragelevel = filemanager.readfile("ragelevel.txt")
|
||||
ragelevel += 1
|
||||
filemanager.writefile("ragelevel.txt", ragelevel)
|
||||
for rage in range(0, ragelevel):
|
||||
tosend += "MADDEN "
|
||||
telegram.sendmessage(tosend, sentin, source)
|
||||
|
|
Loading…
Reference in a new issue