summaryrefslogtreecommitdiff
path: root/packages/gateway/src/commands
Commit message (Expand)AuthorAgeFilesLines
* feat(gateway:pin): Add variadic message supportFuwn2025-10-051-50/+74
* feat(gateway:pin): Unpin if pinnedFuwn2025-10-051-2/+26
* feat(gateway): Clean and lintFuwn2025-10-031-2/+8
* feat(gateway:commands): Add role commandFuwn2025-10-032-0/+140
* refactor(listeners): Move messageCreate listeners to messageCreate moduleFuwn2025-10-012-6/+4
* feat: Update additional content formatting for audit logsFuwn2025-10-011-19/+11
* feat(commands:delete): Update command handlingFuwn2025-10-011-34/+46
* feat(commands:pin): Add channel ID parameterFuwn2025-09-301-3/+45
* feat(commands): Clean up bot repliesFuwn2025-09-284-21/+52
* feat(commands): Add pin commandFuwn2025-09-282-0/+53
* feat(listeners): Add AI command handlerFuwn2025-09-281-6/+11
* feat(commands:delete): Update delete command parametersFuwn2025-09-281-15/+24
* feat(commands): Add delete commandFuwn2025-09-282-0/+66
* fix(gateway): LintFuwn2025-09-285-234/+230
* refactor(gateway): Consolidate event handlersFuwn2025-09-286-31/+35
* feat(gateway:commands): Add react commandFuwn2025-09-272-0/+41
* fix: Clean up non-essential debug logsFuwn2025-09-271-1/+0
* feat(gateway:commands): Add CRP commandFuwn2025-09-262-0/+101
* feat: Integrate gateway clientFuwn2025-09-244-0/+833