|
8 | 8 |
|
9 | 9 | ## What is {{ project.name }}?
|
10 | 10 |
|
11 |
| -{{ project.name }} is a Discord.com server implementation and extension, |
12 |
| -with the goal of complete feature parity with Discord.com, |
| 11 | +{{ project.name }} is a free open source reimplementation and extension |
| 12 | +of Discord's client-server API, with the goal of complete feature parity with discord.com, |
13 | 13 | all while adding some additional goodies, security, privacy, and configuration options.
|
14 | 14 |
|
15 |
| -{{ project.name }} allows you to host a complete, Discord.com-compatible chat service |
| 15 | +{{ project.name }} allows you to host a complete, discord.com-compatible chat service |
16 | 16 | with complete control over it's content, usage, security, configuration, and featureset.
|
17 |
| -Being Discord.com-compatible will allow all existing clients, bots, and applications written for |
18 |
| -Discord.com to be used on any {{ project.name }} instance, which we believe will be immensely useful |
| 17 | +Being discord.com-compatible will allow all existing clients, bots, and applications written for |
| 18 | +discord.com to be used on any {{ project.name }} instance, which we believe will be immensely useful |
19 | 19 | for any transition process between services.
|
20 | 20 |
|
21 |
| -As {{ project.name }} is an entirely separate service from Discord.com, it means a {{ project.name }} server by itself **cannot** |
22 |
| -access private data controlled by Discord.com. You **cannot** use a {{ project.name }} server to chat with your friends on Discord.com. |
23 |
| -You also **cannot** use a {{ project.name }} server to grant premium ("Nitro") features to a Discord.com account (although you can grant these to a {{ project.name }} account). |
| 21 | +As {{ project.name }} is an entirely separate service from discord.com, it means a {{ project.name }} server by itself **cannot** |
| 22 | +access private data controlled by discord.com. You **cannot** use a {{ project.name }} server to chat with your friends on discord.com. |
| 23 | +You also **cannot** use a {{ project.name }} server to grant premium ("Nitro") features to a discord.com account (although you can grant these to a {{ project.name }} account). |
24 | 24 |
|
25 |
| -Our goal is to achieve complete feature parity with Discord.com, as well as |
| 25 | +Our goal is to achieve complete feature parity with discord.com, as well as |
26 | 26 | implement additional security, privacy, and other useful features serverside.
|
27 | 27 | In addition to our server software, we aim to create {{ project.name }}-aware clients that can be used to connect
|
28 | 28 | to multiple {{ project.name }}-compatible instances with rich theming and plugin support.
|
29 | 29 |
|
30 | 30 | ## Support
|
31 | 31 |
|
32 |
| -For any kind of support regarding {{ project.name }}, feel free to ask questions in our [Discord.com server](https://discord.gg/Ms5Ev7S6bF) |
| 32 | +For any kind of support regarding {{ project.name }}, feel free to ask questions in our [discord.com guild](https://discord.gg/Ms5Ev7S6bF) |
33 | 33 | or our [official {{ project.name }} instance](https://api.old.server.{{ project.domain }}).
|
34 | 34 |
|
35 | 35 | For bug reporting and feature requests please create an [issue]({{ repositories.base_url }}/{{ repositories.server }}/issues/new/choose) on Github.
|
0 commit comments