# WebhookLog

`class` in `http` · v0.1.0

<https://docs.seedcord.org/packages/http/0.1.0/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.1.0/interfaces/core).

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