Daily Bluesky bot for AT Mot. Invites players and congratulates yesterday's solvers.
0

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 396 B View raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "Bundler", 6 "lib": ["ES2022"], 7 "types": ["@cloudflare/workers-types", "@atcute/atproto"], 8 "strict": true, 9 "noEmit": true, 10 "skipLibCheck": true, 11 "esModuleInterop": true, 12 "verbatimModuleSyntax": true, 13 "noUncheckedIndexedAccess": true 14 }, 15 "include": ["src", "test"] 16}