From 360307f6774d08fb67e9533981acdbe9dd6d8353 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 6 Feb 2021 14:56:38 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ce90d..b6414f2 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,19 @@ ## Motivation Discord Open Source aims to be a full one-on-one clone of Discord, adding more features that can be used as a replacement for the official client and still connect and host private Discord server instances. + Discord Open Source aims to give the best possible user experience, while combining Discord's UI, features and adding new ones/improving old ones. +The client can connect to multiple server instances without the need to open it multiple times. + +The client should be extensible through a secure Plugin and Theme System with own store. + +The server should be extensible through bots, just like discord without the need to change anything except the api endpoint. + +The project is open source so everyone can have a look what's going on under the hood and can be maintained and expanded by the community. + +Everything is configurable in the server config and everyone can add their own features, so that it is not opinionated. + ## Support https://discord.gg/ZrnGQP6p3d if we are finished we'll host our own instance. @@ -32,4 +43,6 @@ setup ``` ## Contribute -First of all, [read this issue](https://github.com/discord-open-source/discord-open-source/issues/10) +This project is only possible by volunteers like you and me, your contribution is very much appreciated 🥺. + +If you want to make this project reality and and you would like to contribute then [read this issue](https://github.com/discord-open-source/discord-open-source/issues/10) first.