From c498f89710d579ecd2f8eaeb9989222b0292342e Mon Sep 17 00:00:00 2001 From: Jaskowicz1 Date: Fri, 20 Oct 2023 17:41:54 +0100 Subject: [PATCH] fix: changed w_application to 3 --- include/dpp/webhook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dpp/webhook.h b/include/dpp/webhook.h index 82a692cd6b..8b0bce57e5 100644 --- a/include/dpp/webhook.h +++ b/include/dpp/webhook.h @@ -39,7 +39,7 @@ namespace dpp { enum webhook_type { w_incoming = 1, //!< Incoming webhook w_channel_follower = 2, //!< Channel following webhook - w_application = 2 //!< Application webhooks for interactions. + w_application = 3 //!< Application webhooks for interactions. }; /**