flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

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

at trunk 10 lines 201 B view raw
1{ 2 "files": [], 3 "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }], 4 "compilerOptions": { 5 "baseUrl": ".", 6 "paths": { 7 "@/*": ["./src/*"] 8 } 9 } 10}