Skip to content

Commit 430b8ef

Browse files
authored
Update user.py
Signed-off-by: lukenamop <[email protected]>
1 parent f0ad5a6 commit 430b8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ async def create_test_entitlement(self, sku: discord.abc.Snowflake) -> Entitleme
636636
"owner_id": self.id,
637637
"owner_type": 2,
638638
}
639-
data = await self._state.http.create_test_entitlement(self.id, payload)
639+
data = await self._state.http.create_test_entitlement(self._state.application_id, payload)
640640
return Entitlement(data=data, state=self._state)
641641

642642
def entitlements(

0 commit comments

Comments
 (0)