From b532a79b377e3213ac0cd3db46acf9f43ca41687 Mon Sep 17 00:00:00 2001 From: Alexander Maassen Date: Sat, 21 Oct 2023 06:35:17 +0200 Subject: [PATCH] Update EntitlementsRepository.php Change endpoints --- .../Repository/Interaction/EntitlementsRepository.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Discord/Repository/Interaction/EntitlementsRepository.php b/src/Discord/Repository/Interaction/EntitlementsRepository.php index da87e45fa..58511450f 100644 --- a/src/Discord/Repository/Interaction/EntitlementsRepository.php +++ b/src/Discord/Repository/Interaction/EntitlementsRepository.php @@ -35,9 +35,9 @@ class EntitlementsRepository extends AbstractRepository * {@inheritDoc} */ protected $endpoints = [ - 'all' => Endpoint::APPLICATION_LIST_ENTITLEMENTS , - 'create' => Endpoint::APPLICATION_CREATE_TEST_ENTITLEMENTS, - 'delete' => Endpoint::APPLICATION_DELETE_TEST_ENTITLEMENTS, + 'all' => Endpoint::APPLICATION_ENTITLEMENTS, + 'create' => Endpoint::APPLICATION_TEST_ENTITLEMENTS, + 'delete' => Endpoint::APPLICATION_TEST_ENTITLEMENT, ]; /**