mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
lol?
This commit is contained in:
parent
990031465d
commit
fa5bc2ac49
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -12,7 +12,7 @@ import subprocess
|
||||||
import sm.steammatch as steammatch
|
import sm.steammatch as steammatch
|
||||||
|
|
||||||
# Elenco di username dei membri della RYG
|
# Elenco di username dei membri della RYG
|
||||||
royalgames = json.loads(filemanager.readfile("db.json"))
|
royalgames = json.load("db.json")
|
||||||
|
|
||||||
# Stringa dove mettere l'elenco di champion di lol gratuiti
|
# Stringa dove mettere l'elenco di champion di lol gratuiti
|
||||||
lolfreestring = str()
|
lolfreestring = str()
|
||||||
|
|
Loading…
Reference in a new issue