|
|
|
@ -21,7 +21,7 @@ class Extension: |
|
|
|
else: |
|
|
|
servers = [server for server in core.stats["servers"].values() if server['status'] == True and server['player_count'] > 0] |
|
|
|
if servers: |
|
|
|
if "statistic" in core.stats and player_now in core.stats["statistic"]: |
|
|
|
if "statistic" in core.stats and "player_now" in core.stats["statistic"]: |
|
|
|
embed.add_field(name = "Где сейчас играют", value = f'{core.stats["statistic"]["player_now"]} карликов', inline=True) |
|
|
|
else: |
|
|
|
embed.add_field(name = "Где сейчас играют", value = f'а хуй его бля знает', inline=True) |
|
|
|
|