fix line endings
This commit is contained in:
parent
9eaf57175f
commit
b37d1b1357
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* text=auto eol=lf
|
1
LICENSE.md
Symbolic link
1
LICENSE.md
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
docs/docs/LICENSE.md
|
32
README.md
32
README.md
|
@ -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.
|
|
|
@ -7,4 +7,3 @@ pub struct Interaction {
|
||||||
pub t: i16,
|
pub t: i16,
|
||||||
pub data: Option<Value>,
|
pub data: Option<Value>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue