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 15 lines 1.1 kB view raw view rendered
1# flora 2 3> **⚠️Work in progress:** This is an early, very alpha project; expect breaking changes and rough edges while the foundations solidify. Here be dragons! 4 5flora 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. 6 7You deploy scripts on a per-guild basis through a single bot, handled through the V8 JavaScript engine using V8 Isolates. 8 9This is still taking shape, and will have a proper release soon. To stay up to date on flora's progress, watch this repository, or check out the documentation: https://flora.uwu.network/sdk 10 11## Security 12 13If you believe you have found a security vulnerability in flora, we encourage you to responsibly disclose this and NOT open a public issue. We will investigate all legitimate reports. 14 15Our preference is that you make use of GitHub's private vulnerability reporting feature to disclose potential security vulnerabilities in our Open Source Software. To do this, please visit https://github.com/uwu/flora/security and click the "Report a vulnerability" button.