yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots
https://yourWaifu.github.io/sleepy-discord/
MIT License
707 stars 92 forks source link

Features with Sleepy #206

Closed TheUNOGuy closed 3 years ago

TheUNOGuy commented 3 years ago

There's no discussions forum here so I'll ask here, does this c++ library have All the features as the python API?

TheUNOGuy commented 3 years ago

Actually I see it dosen't so yeah...

yourWaifu commented 3 years ago

Of course it wouldn't lol. That was never the goal. This library has a different set features that it's aiming for.

TheUNOGuy commented 3 years ago

May I know what kind of features? Edit: Thanks for the reply.

yourWaifu commented 3 years ago

It's on the front page of the website https://yourwaifu.dev/sleepy-discord/

However, if you like different answer, I can say that this library is made with the idea of doing only what's asked and nothing more. Everything that you write is done exactly as stated. That does mean you need to write more code, and a steeper learning curve, but you get flexibility, lower overhead, and more lightweight bots.

If you care about features, there's library that help you make bots as easy as a library can like Discord.js and Discord.py, they'll do things like caching, commands, etc for you.