1
0
Fork 0
/** * 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. */
 
 
Go to file
Matthew e8f730c967
add WIP Member and Partner database model classes
2024-03-22 00:15:45 -04:00
.idea initial commit 2024-03-19 17:41:20 -04:00
database add WIP Member and Partner database model classes 2024-03-22 00:15:45 -04:00
discord initial commit 2024-03-19 17:41:20 -04:00
util initial commit 2024-03-19 17:41:20 -04:00
.gitignore initial commit 2024-03-19 17:41:20 -04:00
CRRA.iml initial commit 2024-03-19 17:41:20 -04:00
index.ts initial commit 2024-03-19 17:41:20 -04:00
package-lock.json initial commit 2024-03-19 17:41:20 -04:00
package.json initial commit 2024-03-19 17:41:20 -04:00
tsconfig.json initial commit 2024-03-19 17:41:20 -04:00