fix identation

This commit is contained in:
Wendy Liga
2023-12-26 13:11:26 +07:00
parent 576120529f
commit 91fb9f7166

View File

@@ -526,10 +526,10 @@ Discord(
You can use generic webhook
| Key | Type | Default | Description |
|----------------------- |--------------------- |-------------- |------------------------------------------------------------------- |
| `endpoint` | string | | webhook url
| `method` | string | | `POST` or `GET` |
| `events` | list | | Only these events will be sent to the chat. Array of Event. or str |
|----------------------- |------------------|-----------|------------------------------------------------------------------- |
| `endpoint` | string | | webhook url |
| `method` | string | | `POST` or `GET` |
| `events` | list | | Only these events will be sent to the chat. Array of Event. or str |
```python
Webhook(