mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 15:01:11 -05:00
Corona: minor tweak to top10 reply
This commit is contained in:
parent
3a441bc07f
commit
ee9d4f2740
@ -576,8 +576,8 @@ class Corona(callbacks.Plugin):
|
|||||||
"#{0}: \x1F{1}\x1F (\x0307{2}\x03/\x0304{3}\x03)".format(
|
"#{0}: \x1F{1}\x1F (\x0307{2}\x03/\x0304{3}\x03)".format(
|
||||||
rank,
|
rank,
|
||||||
item[self.headers["states"][0]],
|
item[self.headers["states"][0]],
|
||||||
item[self.headers["states"][1]],
|
"{:,}".format(item[self.headers["states"][1]]),
|
||||||
item[self.headers["states"][2]],
|
"{:,}".format(item[self.headers["states"][2]]),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
self.top["states"] = top
|
self.top["states"] = top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user