Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #1

Merged
merged 1 commit into from
Apr 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# D++
## An incredibly lightweight C++ discord library
## An incredibly lightweight C++ Discord library

This project is in alpha stages of development.

Completed so far:
### Completed so far:

* Websocket connection with heartbeat keepalive and connection resuming
* Caching system for guilds, channels, guild members, roles, users
* Event dispatcher - currently only dispatches `on_message_create`
* Ability to attach handlers to events
* [x] Websocket connection with heartbeat keepalive and connection resuming
* [x] Caching system for guilds, channels, guild members, roles, users
* [x] Event dispatcher - currently only dispatches `on_message_create`
* [x] Ability to attach handlers to events

To do:
### To do:

* Add the rest of the discord events
* Ability to receive raw json strings to event handlers
* REST HTTPS call system using cpp-httplib
* Message send/edit/delete
* Embeds
* Ratelimit system
* Shard manager
* Cluster management
* File uploading
* [ ] Add the rest of the discord events
* [ ] Ability to receive raw json strings to event handlers
* [ ] REST HTTPS call system using cpp-httplib
* [ ] Message send/edit/delete
* [ ] Embeds
* [ ] Ratelimit system
* [ ] Shard manager
* [ ] Cluster management
* [ ] File uploading

(Basically everything!)

Expand Down