summaryrefslogtreecommitdiff
path: root/packages/interactions/server.ts
Commit message (Expand)AuthorAgeFilesLines
* fix(interactions:server): Update conditions for response actionFuwn2025-10-091-1/+1
* feat(interactions:server): Improve privileged access slash command success me...Fuwn2025-10-091-2/+2
* feat(interactions): Add toggle-privileged-access slash commandFuwn2025-10-081-1/+122
* feat(interactions): Remove age-verify and nsfw-apply slash commandsFuwn2025-10-081-352/+2
* fix(interactions:server): Update constant referencesFuwn2025-10-061-6/+6
* feat(gateway): Clean and lintFuwn2025-10-031-1/+1
* feat(nsfw-apply): Add discord and server join date fieldsFuwn2025-10-031-0/+36
* fix(interactions): Limit colours command to 25 rolesFuwn2025-10-011-1/+2
* feat(interactions): Add age-verify audit logFuwn2025-10-011-2/+59
* feat(interactions): Support GIFs in audit logsFuwn2025-10-011-9/+27
* feat(interactions): Add nsfw-apply commandFuwn2025-10-011-0/+93
* feat(interactions): Add age-verify commandFuwn2025-10-011-0/+154
* feat(interactions): Rename roleplay verification slash commandFuwn2025-09-261-12/+12
* refactor: Move commands into a commands moduleFuwn2025-09-251-1/+1
* refactor: Move shared constants to shared moduleFuwn2025-09-241-30/+1
* refactor: Move interactions client to packages directoryFuwn2025-09-241-0/+741