wrapped a long line
This commit is contained in:
parent
059024cb61
commit
0f488665aa
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ def mcstatus(inp):
|
||||||
out += " "
|
out += " "
|
||||||
if no:
|
if no:
|
||||||
out += "\x034\x02Offline\x02\x0f: " + ", ".join(no)
|
out += "\x034\x02Offline\x02\x0f: " + ", ".join(no)
|
||||||
return "\x0f" + out.replace(".mojang.com", ".mj").replace(".minecraft.net", ".mc")
|
|
||||||
|
return "\x0f" + out.replace(".mojang.com", ".mj") \
|
||||||
|
.replace(".minecraft.net", ".mc")
|
||||||
|
|
||||||
|
|
||||||
@hook.command("haspaid")
|
@hook.command("haspaid")
|
||||||
|
|
Reference in a new issue