diff --git a/include/dpp/webhook.h b/include/dpp/webhook.h index 6c89306817..0593a9fcb4 100644 --- a/include/dpp/webhook.h +++ b/include/dpp/webhook.h @@ -158,11 +158,6 @@ class DPP_EXPORT webhook : public managed, public json_interface { */ 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 *