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 3e7a6726c8c219c593869cc7a47879f08ed67348 15 lines 210 B view raw
1toml-version = "v1.0.0" 2 3[files] 4include = ["**/*.toml"] 5exclude = [ 6 "**/submodules/**", 7 "**/target/**", 8 "**/node_modules/**", 9 "**/.git/**", 10 "dist/**", 11 "out/**", 12] 13 14[lsp.formatting] 15enabled = false