|
Merge pull request #1149 from DEVTomatoCake/feat/webhooks-3
Support webhooks |
|---|
| assets/openapi.json |
|---|
| assets/schemas.json |
|---|
|
Too large (Show diff)
|
| src/api/middlewares/Authentication.ts |
|---|
| src/api/routes/channels/#channel_id/webhooks.ts |
|---|
| src/api/routes/guilds/#guild_id/webhooks.ts |
|---|
| src/api/routes/webhooks/#webhook_id/#token/index.ts 0 → 100644 |
|---|
| src/api/routes/webhooks/#webhook_id/index.ts 0 → 100644 |
|---|
| src/api/util/handlers/Message.ts |
|---|
| src/util/entities/Message.ts |
|---|
| src/util/entities/Webhook.ts |
|---|
| src/util/migration/mariadb/1721298824927-webhookMessageProperties.ts 0 → 100644 |
|---|
| src/util/migration/mysql/1721298824927-webhookMessageProperties.ts 0 → 100644 |
|---|
| src/util/migration/postgres/1721298824927-webhookMessageProperties.ts 0 → 100644 |
|---|
| src/util/schemas/MessageCreateSchema.ts |
|---|
| src/util/schemas/WebhookCreateSchema.ts |
|---|
| src/util/schemas/WebhookExecuteSchema.ts 0 → 100644 |
|---|
| src/util/schemas/index.ts |
|---|
| src/util/util/Constants.ts |
|---|