1
0
Fork 0
Commit Graph

14 Commits (b37ac915c2e8b111bbb50d6020bc3881683fe1b5)

Author SHA1 Message Date
Harry b37ac915c2 MessageReactionAdd.ts
Pins messages in a channel when a partner adds a 📌 reaction

Signed-off-by: Harry <harry@harryrosestudios.com>
2024-12-20 17:54:35 -05:00
Harry 6f561f3b44 MessagePinReactionHandler.ts
/**
 * Handles both 'messageReactionAdd' and 'messageReactionRemove' events.
 * When a reaction is added or removed:
 * - If the reaction matches the specified emoji and the user has the required role,
 *   the message will be pinned or unpinned in the channel accordingly.
 */

Signed-off-by: Harry <harry@harryrosestudios.com>
2024-12-20 02:12:27 -05:00
Matthew bc10712329
update all files 2024-10-25 16:57:33 -04:00
Matthew 4dddc4c316
index 2024-10-24 20:40:26 -04:00
Matthew 68bc72a0c4
add constants to Eval.ts 2024-10-24 20:40:21 -04:00
Matthew 65950def3f
interaction changes 2024-10-24 20:40:14 -04:00
Matthew 4fb3817702
status and changes to Whois.ts 2024-10-24 20:40:08 -04:00
Matthew 0811bfbde9
fix for description issue 2024-04-05 20:13:22 -04:00
Matthew 6e6ebacf57
partner add subcommand (unfinished) 2024-04-05 20:12:32 -04:00
Matthew 026f5fb47f
add partner command to index and create Partner.ts command 2024-04-05 20:12:22 -04:00
Matthew 98c1e83770
add Whois.ts command (TODO) 2024-04-02 16:39:49 -04:00
Matthew 272402d34c
comments 2024-03-22 00:18:53 -04:00
Matthew 012c150e2d
code readability improvements 2024-03-22 00:18:45 -04:00
Matthew 2582212fb6
initial commit 2024-03-19 17:41:20 -04:00