sleepy-discord icon indicating copy to clipboard operation
sleepy-discord copied to clipboard

C++ library for the Discord chat client. Please use Rust for new bots

Results 93 sleepy-discord issues
Sort by recently updated
recently updated
newest added

As the title says, when compiling libsleepy_discord.a using g++ and the python script setup for Windows, and after fixing the [boost/thread.hpp issue](https://github.com/yourWaifu/sleepy-discord/issues/100), the compiler will spit out this nasty error...

There's no real benefit to using v8 for now but the lib should support newer versions of the API.

This PR allows for uploading files directly from memory (a feature I needed). ```c++ uploadFile(Snowflake channelID, uint8_t* buffer, size_t buffer_len, std::string message, std::string filename) ``` **Note!** This PR changes the...

bot didn't quite work from docker out of the box producing errors 5002 and 5003 so I had to do this: ``` RUN apt-get update && apt-get -y install curl...

hasPremission -> hasPermission.

Use ``AvailableFlag`` in ``SleepyDiscord::Server`` and correct typo within ``AvailableFlag`` (available -> Available)

Hi, I'm trying to use your library and I'm encountering an issue. [![Screenshot from Gyazo](https://gyazo.com/2efcd6369a925616cf4f61250ba5314f/raw)](https://gyazo.com/2efcd6369a925616cf4f61250ba5314f) [![Screenshot from Gyazo](https://gyazo.com/cea18f55e4283c003b39fda063523075/raw)](https://gyazo.com/cea18f55e4283c003b39fda063523075) Nevertheless, when I peek the definition of the SleepyDiscord namespace, it takes...

Updated documentation for CLion IDE.

sleepy-discord wouldn't build on my older **Debian** system. With some time to do so, and not having the ability to simply upgrade the server, I've built a small patch-set that...