summary refs log tree commit diff
path: root/src/api/routes/interactions/#interaction_id (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix attachmentsRory&2026-04-181-3/+3
* Migrate Interaction*Event to satisfies, part of #1577Rory&2026-03-201-2/+2
* just one more checkMathMan052026-03-201-0/+2
* remove the stupid functionMathMan052026-03-201-6/+1
* final pk fixesMathMan052026-03-201-139/+148
* fixesMathMan052026-03-201-2/+2
* enum for failureMathMan052026-03-201-1/+1
* correct commentMathMan052026-03-201-1/+1
* returnMathMan052026-03-201-1/+1
* keep it safeMathMan052026-03-201-1/+14
* remove logsMathMan052026-03-201-3/+0
* don't do thatMathMan052026-03-201-0/+3
* fixes for pluralkitMathMan052026-03-201-5/+48
* move the check to the right spotMathMan052026-03-201-40/+0
* Remove unused imports for non-entitiesRory&2026-03-141-4/+2
* Qodana: fix async warningsRory&2026-03-141-1/+1
* Assert req.params type as solely string (express update)Rory&2026-02-011-1/+1
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-125/+125
* fix for the comemntingMathMan052025-11-231-2/+2
* no, that doesn't workMathMan052025-11-231-0/+2
* maybe fix attachments?MathMan052025-11-231-3/+15
* use nonce?MathMan052025-11-231-0/+1
* make interactions more normalMathMan052025-11-231-49/+5
* fix: check for duplicated component IDsCyberL12025-10-281-1/+22
* chore: remove solved TODO commentCyberL12025-10-281-1/+0
* fix: check if components are beetwen 1 to 5 in each rowCyberL12025-10-281-1/+21
* fix: components on messageCyberL12025-10-221-0/+1
* fix: don't emit ephemeral interaction replies to channel, but only to user in...CyberL12025-10-201-1/+1
* fix: interaction callbackCyberL12025-10-191-7/+7
* fix: typo, additional `m` lolCyberL12025-10-181-1/+1
* feat: interaction repliesCyberL12025-10-181-4/+83
* feat: interactions (incomplete)CyberL12025-10-171-0/+90