This commit is contained in:
Christine Dodrill 2015-11-04 11:15:20 -08:00
parent c1f2a77031
commit aba4aa1352
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def minecraft(pls):
if data["players"] == None:
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
def tf2(pls):