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

When using ```cpp getMessages(channel.ID, SleepyDiscord::BaseDiscordClient::GetMessagesKey::before, channel.lastMessageID, 100).list(); ``` and less then 100 messages are in the channel, the `list()` call segfaults

How I can check users permissions?

Feature Request

Added some new documentation for functions and improved some existing documentation.

Work In Progress

When I want build project, I have got this error: Cannot open include file: 'sleepy_discod\websocketpp_websocket.h': No such file or directory How Can I repair this?

``` "terminate called after throwing an instance of 'websocketpp::exception' what(): Invalid close code used Aborted (core dumped)" ``` This exception isn't being handled by sleepy. I have no trace traces...

Um hello, i seem to have issues with compiling this thing on macOS... I tried both master and developer version of this but both are giving same errors with libcurl....

I downloaded the latest from the Develop branch and now it crashes on quit(). ![image](https://user-images.githubusercontent.com/6909044/40649688-67c9f26c-62e6-11e8-81c3-e5e759f3b86c.png) ![image](https://user-images.githubusercontent.com/6909044/40649757-8d1f8c84-62e6-11e8-82ef-c8738e333388.png) ![image](https://user-images.githubusercontent.com/6909044/40649770-94cbb372-62e6-11e8-96d5-4be848dc2b60.png) > [2018-05-29 02:17:53] [warning] got non-close frame while closing > [2018-05-29 02:17:53] [warning]...

Hello guys! I just want share with you my precompiled version. There's link: **http://festyy.com/wKrpLK** UPD: Plz don't delete it.

Hello, I've tried to install the sleepy lib on fedora. I ran the python script, it installed all the dependencies. I tried after to compile example0.cpp with g++. I typed...

Today i wanted to try this library and after several hours of compiling, copying, downloading, etc. i was able to set up the environment. So i wanted to test the...