summary refs log tree commit diff
path: root/src/api/routes/interactions/index.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move entities to databaseRory&2026-06-111-2/+3
* Clean up imports in schemas/api/botsRory&2026-04-201-2/+2
* eslint: array callback return, no restricted importsRory&2026-04-191-1/+1
* Migrate Interaction*Event to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate InteractionCreateEvent to satisfies, part of #1577Rory&2026-03-201-2/+6
* fix typoMathMan052026-03-201-1/+1
* fixes for pluralkitMathMan052026-03-201-3/+21
* Remove unused imports for non-entitiesRory&2026-03-141-1/+1
* Qodana: fix async warningsRory&2026-03-141-2/+2
* Fix indents in interactions copyright noticeRory&2026-03-071-3/+3
* [rel/1518] Interaction failure reason enum, add missing copyright headersRory&2026-03-071-2/+2
* Deprecation: Use object-based relations for typeormRory&2025-12-191-2/+2
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-181-1/+1
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-82/+82
* is it a hack if it works?MathMan052025-11-231-1/+1
* fix: add `author` to interaction messageCyberL12025-10-221-1/+1
* fix: interaction type checkCyberL12025-10-191-1/+1
* fix: interaction `attachment_size_limit` fieldCyberL12025-10-191-2/+2
* fix: interaction `app_permissions` fieldCyberL12025-10-191-2/+3
* fix: interaction contextCyberL12025-10-191-1/+7
* fix: interaction callbackCyberL12025-10-191-11/+51
* fix: pass the command type to pending interactions mapCyberL12025-10-181-1/+2
* feat: interactions (incomplete)CyberL12025-10-171-0/+82