no rank changes

This commit is contained in:
Sergio Álvarez 2017-07-12 16:06:10 +02:00
parent 21ccae857e
commit 025e02114e
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ if rank is not None and "realm_rank" in rank:
elif int(last) < int(realm):
msg = ":arrow_down: Vagrant baja en el ranking de Dun Modr: **{0}** (-{1})".format(realm, int(realm)-int(last))
elif int(last) == int(realm):
msg = ":ok_hand: Vagrant se mantiene en el ranking de Dun Modr: **{0}**".format(realm)
r.set("bot:wowprogress", realm)
if msg: