fix line endings

This commit is contained in:
Matthieu 2021-10-14 20:49:58 +00:00
parent 9eaf57175f
commit b37d1b1357
4 changed files with 3 additions and 33 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto eol=lf

1
LICENSE.md Symbolic link
View file

@ -0,0 +1 @@
docs/docs/LICENSE.md

View file

@ -1,32 +0,0 @@
# Nova
Nova is an open source Discord framework for creating high-performance app.
Nova is built upon [Go](https://github.com/golang/go) and [Rust](https://github.com/rust-lang/rust) and uses [Bazel](https://github.com/bazelbuild/bazel) as a build system to maintain an effective, safe and production-ready solution.
With Nova you can be sure to build reliable and efficient Discord bots.
### Disclaimer
Nova requires a good infrastructure to operate and may consume lot of resources. It's not made for small Discord Bots but for those who are present on many servers and want to ensure excellent performance.
---
## Features
- **Scalability**
- **High-Performance**
- **Reliability**
- **Production-ready**
## Quick Start
> SOON
## Contributing
If you wish to contribute to Nova, go to [CONTRIBUTING]().
## License
Nova is distributed under the Apache 2.0 license, see [LICENSE](LICENSE) for more information.

1
README.md Symbolic link
View file

@ -0,0 +1 @@
docs/docs/intro.md

View file

@ -7,4 +7,3 @@ pub struct Interaction {
pub t: i16, pub t: i16,
pub data: Option<Value>, pub data: Option<Value>,
} }