|
1 | 1 | \mainpage DiscordCoreAPI |
2 | 2 | [](https://www.codacy.com/gh/RealTimeChris/DiscordCoreAPI/dashboard?utm_source=github.com&utm_medium=referral&utm_content=RealTimeChris/DiscordCoreAPI&utm_campaign=Badge_Grade) |
3 | | -[](https://discord.gg/adgMqeBuhP) |
| 3 | +[](https://discord.gg/c33GH5BUe8) |
4 | 4 |  |
5 | | - |
| 5 | + |
6 | 6 |
|
7 | 7 | Hello, and welcome to DiscordCoreAPI! This is a Discord bot library, written in C++, that leverages custom asynchronous \ref discord_core_api::co_routine "CoRoutines", as well as a home-brew set of \ref discord_core_api::discord_core_internal::https_client "Https", |
8 | 8 | \ref discord_core_api::discord_core_internal::websocket_client "WebSocket", and \ref discord_core_api::voice_connection "Datagram" socket clients - all to deliver the utmost performance and efficiency for your bot. It uses roughly 0.1% of an Intel i7 9750h CPU to stream audio in high quality (Opus @ 48Khz, 16-bit) to a single server. |
9 | 9 |
|
10 | 10 |  |
11 | 11 |
|
12 | 12 | ## Compiler Support |
13 | | - |
14 | | - |
15 | | - |
| 13 | + |
| 14 | + |
| 15 | + |
16 | 16 |
|
17 | 17 | ## Operating System Support |
18 | | - |
19 | | - |
20 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
21 | 21 |
|
22 | 22 | # Documentation/Examples |
23 | 23 | \ref documentation_examples |
24 | 24 |
|
25 | 25 | # Discord Server |
26 | | -[This is a link to the Discord server!](https://discord.gg/adgMqeBuhP) |
| 26 | +[This is a link to the Discord server!](https://discord.gg/c33GH5BUe8) |
27 | 27 |
|
28 | 28 | # Bot Template |
29 | 29 | [A template for utilizing this library.](https://github.com/RealTimeChris/Bot-Template-for-DiscordCoreAPI) |
|
0 commit comments