feat: handle reaction roles

This commit is contained in:
2025-08-29 13:55:33 -07:00
parent 238822072f
commit 24201491d5
7 changed files with 985 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
}
}