Merge pull request #1149 from DEVTomatoCake/feat/webhooks-3
Support webhooks
commit 9d2f97a92ab238b2dddde27710f98b7adf6b9b98
2 parents 289a02f + 4ca79ad
@Puyodead1 Puyodead1 authored on 8 Aug 2024
GitHub committed on 8 Aug 2024
Showing 18 changed files
View
assets/openapi.json
View
assets/schemas.json
Too large (Show diff)
View
src/api/middlewares/Authentication.ts
View
src/api/routes/channels/#channel_id/webhooks.ts
View
src/api/routes/guilds/#guild_id/webhooks.ts
View
src/api/routes/webhooks/#webhook_id/#token/index.ts 0 → 100644
View
src/api/routes/webhooks/#webhook_id/index.ts 0 → 100644
View
src/api/util/handlers/Message.ts
View
src/util/entities/Message.ts
View
src/util/entities/Webhook.ts
View
src/util/migration/mariadb/1721298824927-webhookMessageProperties.ts 0 → 100644
View
src/util/migration/mysql/1721298824927-webhookMessageProperties.ts 0 → 100644
View
src/util/migration/postgres/1721298824927-webhookMessageProperties.ts 0 → 100644
View
src/util/schemas/MessageCreateSchema.ts
View
src/util/schemas/WebhookCreateSchema.ts
View
src/util/schemas/WebhookExecuteSchema.ts 0 → 100644
View
src/util/schemas/index.ts
View
src/util/util/Constants.ts