forgot to add chart to /stats

This commit is contained in:
2023-06-05 21:09:49 +02:00
parent cd114c187f
commit e9f0c040d4
3 changed files with 6 additions and 3 deletions
-1
View File
@@ -45,7 +45,6 @@ class Stats(commands.Cog):
return
async with aiohttp.ClientSession() as session:
print(players.values())
botmessage, img_file = await get_allplayer_stats(session, players.values(), weaponid, weaponname, server)
if(img_file != ""):