summaryrefslogtreecommitdiff
path: root/packages/gateway/src/commands
Commit message (Expand)AuthorAgeFilesLines
* feat(gateway:commands): Add message range deletion commandFuwn2025-11-102-0/+237
* feat(commands:delete): Improve log meshingFuwn2025-11-031-0/+8
* feat(gateway:commands): Add timeout commandFuwn2025-10-272-0/+122
* fix(commands:characterClaimUsage): Improve request matchingFuwn2025-10-251-8/+14
* feat(gateway:commands): Add character claim usage commandFuwn2025-10-253-0/+706
* feat(gateway:commands): Add gate to webhook utility commandsFuwn2025-10-242-0/+10
* feat(gateway:commands): Add webhook utility commandsFuwn2025-10-243-0/+237
* feat(gateway:commands): Migrate remaining console logs to shared logging fram...Fuwn2025-10-201-3/+4
* feat(gateway): Begin migrating console logs to shared logging frameworkFuwn2025-10-2010-48/+39
* feat(gateway:commands): Add sayc commandFuwn2025-10-163-0/+57
* feat(gateway:commands): Add gate toggling commandFuwn2025-10-152-0/+170
* feat(gateway:react): Support multiple emoji at onceFuwn2025-10-151-26/+39
* feat(gateway:prm): Add reply handlingFuwn2025-10-111-7/+11
* feat(gateway): Update logging of persona messages and reactionsFuwn2025-10-101-1/+15
* style(gateway): StyliseFuwn2025-10-101-12/+12
* feat(gateway): Use new channel and embeds for occasional listener actionsFuwn2025-10-101-0/+57
* fix(gateway:pin): Send confirmation message in invoking channelFuwn2025-10-081-2/+2
* feat(gateway:delete): Bulk delete supportFuwn2025-10-082-16/+89
* fix(gateway:say): Improve reply handlingFuwn2025-10-081-54/+40
* fix(gateway): Clean and lintFuwn2025-10-061-7/+23
* refactor(gateway): Replace uses of old GUILD_ID constantFuwn2025-10-062-5/+5
* feat(gateway:react): Cross-guild supportFuwn2025-10-061-8/+57
* fix(gateway): Clean and lintFuwn2025-10-051-7/+12
* 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