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 8 lines 143 B view raw
1{ 2 "name": "@uwu/flora-example-basic", 3 "private": true, 4 "type": "module", 5 "devDependencies": { 6 "@uwu/flora-sdk": "workspace:" 7 } 8}