Skip to content

Commit

Permalink
fix: changed w_application to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Oct 20, 2023
1 parent ab23584 commit c498f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpp/webhook.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
};

/**
Expand Down

0 comments on commit c498f89

Please sign in to comment.