mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
Tolto osuplayers
This commit is contained in:
parent
daada533ff
commit
7d20240f9d
1 changed files with 2 additions and 2 deletions
4
bot.py
4
bot.py
|
@ -305,8 +305,8 @@ while True:
|
|||
"*Miss*: " + r['countmiss'], sentin, source)
|
||||
else:
|
||||
# TODO: Mettere a posto sto schifo.
|
||||
if username.lower() in osuplayers:
|
||||
r = osu.getuserrecent(osuplayers[username.lower()], 0)
|
||||
if "osu" in royalgames[username.lower()]:
|
||||
r = osu.getuserrecent(royalgames[username.lower()]['osu'], 0)
|
||||
if "enabled_mods" in r:
|
||||
mods = osu.listmods(r['enabled_mods'])
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue