1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-25 03:43:31 +01:00

Update README.md

This commit is contained in:
Flam3rboy 2021-02-06 14:56:38 +01:00 committed by GitHub
parent ec64e2bbd1
commit 360307f677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,19 @@
## Motivation ## 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 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. 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 ## Support
https://discord.gg/ZrnGQP6p3d https://discord.gg/ZrnGQP6p3d
if we are finished we'll host our own instance. if we are finished we'll host our own instance.
@ -32,4 +43,6 @@ setup
``` ```
## Contribute ## 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.