Skip to content

Commit

Permalink
fix: no more ~webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Oct 20, 2023
1 parent f95d069 commit b7a3e4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/dpp/webhook.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@ class DPP_EXPORT webhook : public managed, public json_interface<webhook> {
*/
webhook(const snowflake webhook_id, const std::string& webhook_token);

/**
* @brief Destroy the webhook object
*/
virtual ~webhook() = default;

/**
* @brief Base64 encode image data and allocate it to image_data
*
Expand Down

0 comments on commit b7a3e4c

Please sign in to comment.