From b37d1b13577afd46d489a272030d5da08cfb0c05 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Thu, 14 Oct 2021 20:49:58 +0000 Subject: [PATCH] fix line endings --- .gitattributes | 1 + LICENSE.md | 1 + README.md | 33 +-------------------------------- webhook/src/handler/types.rs | 1 - 4 files changed, 3 insertions(+), 33 deletions(-) create mode 100644 .gitattributes create mode 120000 LICENSE.md mode change 100644 => 120000 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 120000 index 0000000..9a9d50f --- /dev/null +++ b/LICENSE.md @@ -0,0 +1 @@ +docs/docs/LICENSE.md \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index e664e43..0000000 --- a/README.md +++ /dev/null @@ -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. diff --git a/README.md b/README.md new file mode 120000 index 0000000..8bb46f0 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +docs/docs/intro.md \ No newline at end of file diff --git a/webhook/src/handler/types.rs b/webhook/src/handler/types.rs index 4cba12a..4fc5b68 100644 --- a/webhook/src/handler/types.rs +++ b/webhook/src/handler/types.rs @@ -7,4 +7,3 @@ pub struct Interaction { pub t: i16, pub data: Option, } - -- 2.39.5