diff --git a/app/battlefield.py b/app/battlefield.py index 824508c9..c6d8a2f2 100755 --- a/app/battlefield.py +++ b/app/battlefield.py @@ -62,7 +62,7 @@ def get_player(player): embed.add_field( name=":trophy:**Best Weapon**:trophy:", - value="%s\nkills: %s\naccuracy: %s\nHeadshots:%s" + value="%s\nkills: %s\naccuracy: %s\nHeadshots: %s" % ( best_weapon["weaponName"], best_weapon["kills"], diff --git a/app/requirements.txt b/app/requirements.txt index 7aa51076..6b1f1d29 100755 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4 cmagick -git+https://github.com/pycord-development/pycord@40d98dd7acff7ab97ec37cbc74603597975fb5f1 +git+https://github.com/pycord-development/pycord@f8b4294ff06e0f700bcfe8c0ec13d0ec0085c7dd gTTS httpx humanfriendly @@ -9,4 +9,4 @@ openai owotext pandas requests -wolframalpha \ No newline at end of file +wolframalpha