From ea012dadeefe933db24e731cf5ea719d94f951be Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 22 Mar 2023 11:46:45 -0700 Subject: [PATCH] Big version bump for pycord, hopefully everything works as expected --- app/battlefield.py | 2 +- app/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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