diff --git a/valorant/models/gamemodes.py b/valorant/models/gamemodes.py index 04d0cd0..c0444d1 100644 --- a/valorant/models/gamemodes.py +++ b/valorant/models/gamemodes.py @@ -83,4 +83,4 @@ class Equippable(BaseUUIDModel): # useful methods async def fetch_weapon(self, *, client: Client) -> Weapon | None: - return await client.fetch_weapon(self.uuid) + return await client.fetch_weapon(str(self.uuid))