summaryrefslogtreecommitdiff
path: root/packages/gateway
Commit message (Expand)AuthorAgeFilesLines
* feat(gateway:listeners): Disable mediaModeration moduleFuwn2025-10-081-1/+1
* fix(gateway:pin): Send confirmation message in invoking channelFuwn2025-10-081-2/+2
* feat(gateway:delete): Bulk delete supportFuwn2025-10-083-17/+90
* feat(gateway:messageCreate): Disable botMentionAutoDeleteFuwn2025-10-081-1/+1
* fix(gateway:say): Improve reply handlingFuwn2025-10-081-54/+40
* refactor: Move Discord interaction constants to shared constants packageFuwn2025-10-085-5/+14
* fix(gateway:messageDeletion): Better handle privilged actionsFuwn2025-10-071-2/+18
* feat(gateway:messageStatistics): Increase log rateFuwn2025-10-071-1/+1
* feat(gateway:listeners): Add botMentionAutoDelete moduleFuwn2025-10-072-0/+30
* fix(gateway:messageDeletion): Remove "Deleted By" field from embedFuwn2025-10-061-21/+6
* feat(gateway:listeners): Add message statistics moduleFuwn2025-10-063-0/+262
* style(gateway:roleProtection): Clean and lintFuwn2025-10-061-1/+5
* refactor(gateway:roleProtection): Use colour role IDs global constantFuwn2025-10-062-30/+2
* feat(gateway:messageDeletion): Log message deleter when differing from authorFuwn2025-10-061-6/+21
* feat(gateway:listeners): Fix messageDeletion and messageEdit user-gatingFuwn2025-10-063-6/+28
* feat(gateway:randomEyesReaction): Decrease oddsFuwn2025-10-061-1/+1
* fix(gateway): Clean and lintFuwn2025-10-0612-22/+81
* refactor(gateway): Replace uses of old GUILD_ID constantFuwn2025-10-067-15/+14
* refactor(gateway): Move magic IDs to shared constantsFuwn2025-10-066-15/+33
* refactor(gateway): Move most channel IDs to shared constantsFuwn2025-10-0610-25/+39
* refactor(gateway): Move all guild IDs to shared constantsFuwn2025-10-066-11/+16
* feat(gateway:listeners): Add roleplayThumbsUpReaction moduleFuwn2025-10-062-0/+17
* feat(gateway): Better gate messageDeletion and messageEdit to performing authorFuwn2025-10-062-25/+38
* feat(gateway:react): Cross-guild supportFuwn2025-10-061-8/+57
* feat(gateway:randomEyesReaction): Decrease oddsFuwn2025-10-061-1/+1
* feat(gateway:randomEyesReaction): Decrease oddsFuwn2025-10-051-1/+1
* feat(gateway:randomEyesReaction): Decrease oddsFuwn2025-10-051-1/+1
* fix(gateway): Clean and lintFuwn2025-10-055-28/+58
* feat(gateway:randomEyesReaction): Log reactionsFuwn2025-10-051-0/+4
* feat(gateway:listeners): Add random reaction listenerFuwn2025-10-052-0/+23
* feat(gateway:voiceConnection): Remove info logsFuwn2025-10-051-6/+0
* feat(gateway:pin): Add variadic message supportFuwn2025-10-051-50/+74
* feat(gateway:pin): Unpin if pinnedFuwn2025-10-051-2/+26
* fix(gateway:voiceConnection): Improve error handlingFuwn2025-10-041-41/+39
* feat(gateway): Add multi-guild support to roleplayUmagram and umagramCatchupFuwn2025-10-043-78/+88
* feat(gateway): Clean and lintFuwn2025-10-044-22/+41
* feat(gateway:voiceConnection): Support multiple guildsFuwn2025-10-041-15/+22
* feat(gateway:listeners): Multi-guild support for messageCreate and umagramCat...Fuwn2025-10-042-59/+62
* feat(gateway:listeners): Multi-guild support for messageDeletion and messageE...Fuwn2025-10-042-9/+16
* refactor(gateway:aiCommandHandler): Use OpenAI packageFuwn2025-10-033-41/+29
* feat(gateway): Clean and lintFuwn2025-10-034-37/+51
* feat(gateway:aiCommandHandler): Add purge commandFuwn2025-10-033-49/+267
* feat(gateway:moderationAgent): Delete agentFuwn2025-10-034-758/+0
* feat(gateway:commands): Add role commandFuwn2025-10-032-0/+140
* fix(gateway:moderationAgent): Update model structure and handling guidelinesFuwn2025-10-033-287/+61
* fix(gateway:aiCommandHandler): Change modelFuwn2025-10-031-1/+1
* feat(listeners:moderationAgent): Enable and change modelFuwn2025-10-032-3/+3
* feat(gateway:listeners): Disable role protectionFuwn2025-10-031-1/+1
* fix(gateway:aiCommandHandler): Update prompt strengthFuwn2025-10-031-3/+8
* refactor(gateway:clientReady): Organise clientReady submodulesFuwn2025-10-037-152/+159