# WebhookLog

`class` in `http` · v0.2.3

<https://docs.seedcord.org/packages/http/0.2.3/classes/webhook-log>

Base class for an HTTP subscriber that delivers its event to a Discord webhook, binding `this.core` to the HTTP [`Core`](/packages/http/0.2.3/interfaces/core).

```ts
abstract class WebhookLog<
    KeyOfSubscribers extends SubscriptionKey
> extends WebhookLog<KeyOfSubscribers, Core>
```
