fix
This commit is contained in:
parent
c1f2a77031
commit
aba4aa1352
|
@ -14,7 +14,7 @@ def minecraft(pls):
|
||||||
if data["players"] == None:
|
if data["players"] == None:
|
||||||
return "fluttershy.yochat.biz has no online players"
|
return "fluttershy.yochat.biz has no online players"
|
||||||
|
|
||||||
return "fluttershy.yochat.biz has the following players: " + (reduce (lambda x, y: x + " " + y), data["players"])
|
return "fluttershy.yochat.biz has the following players: " + " ".join(data["players"])
|
||||||
|
|
||||||
@hook.command
|
@hook.command
|
||||||
def tf2(pls):
|
def tf2(pls):
|
||||||
|
|
Loading…
Reference in New Issue