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

Sometimes it happens that my program loses connection with the discord. The bot becomes offline, it cannot read messages, but it can send. I don’t know if it showed any...

Latest uWebSockets library was heavily modified and is no longer working here. What's the latest version that can get compiled with sleepy-discord?

Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol "public: static class SleepyDiscord::GenericSession * (__cdecl* SleepyDiscord::CustomSession::init)(void)" (?init@CustomSession@SleepyDiscord@@2Q6APAVGenericSession@2@XZA) Aurora4B11T D:\Aurora4B11T\Aurora4B11T\sleepy_discord.lib(client.obj) 1 How to fix?

When I run 5 instances of my program, interacting with different discord bots (1 instance = 1 bot), everything works fine. As soon as I launch the 6th instance, I...

Hi, So I've attempted to build this library on my Ubuntu 18.04 machine. However, before the process can finish, I am greeted with this error. ```cpp [build] [ 70%] Built...

If you build your own static library seperately, which CMakeLists.txt file should you modify? What do you add to the CMakeLists.txt file? How do you link a .lib to your...

I can't seem to avoid these two errors. I've tried all the fixes in issues https://github.com/yourWaifu/sleepy-discord/issues/140, https://github.com/yourWaifu/sleepy-discord/issues/108, and https://github.com/yourWaifu/sleepy-discord/issues/128. None of them work for me. I'm using Linux and WebSocket++....

Idk if this issue has been fixed, but i am getting this error `C2678 binary '==': no operator found which takes a left-hand operand of type 'const Executor' (or there...

Is it possible to delete all messages from a Discord channel ?

As the title says, calling sendMessage with a line break or a tab (\n or \t), throws a SIGABRT inside BaseDiscordClient::request. onError reports this as a BAD_REQUEST 400, but as...