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

After cloning the develop branch, I noticed two minor issues in its version of the setup script: 1) In line 119, mkdir is called regardless of the operating system, which...

I have this error: cannot open file "libcryptoMT.lib" When I'll link debs/lib folder, I have a lot of errors. What I should do? Include Directories & Library Directories: D:\bot\yourWaifu-sleepy-discord-b6df33e\include D:\bot\yourWaifu-sleepy-discord-b6df33e\deps...

I have compiled the Lib for Debian/Linux, but I needed some tweaks. I have removed the dep include files for asio and wepsocketpp and have added the newest includes from...

Building and compiling does not work at all on Windows. It keeps giving an error message saying DiscordClient does not exist and I had to rename it to BaseDiscordClient to...

Hi, In my deps/lib file I don't seem to have a sleepy_discord.lib file. I am getting an error cannot open file sleepy_discord.lib when compiling an example. I have included them...

Hi, So, we successfully managed to build the bot but it was not without pains. The libraries and linking as per the documentation needs either additional modifications or more explicit...

Hey, when I use updateStatus, the server disconnects, because he doesn't know that opcode. The problem is, the discord team has updated the version 6 of the gateway. Here is...

Calling this exactly once results in this error. getUser(id); Error 404: The resource at the location specified doesn't exist Error 429: You've made too many requests Error 429: You've made...

I'm unable to return back to the rest of my code once I've run the run() function. Maybe it's just me, but I feel like my program should be able...

After installing all needed libraries and packages and successfully compiling sleepy_discord, when compiling the hello example, I get linking errors with libsleepy_discord: ``` nigel@dontdeleteme:~/Documents/SleepyDiscord/sleepy-discord/examples/hello$ g++ -std=c++11 -I ../../include -I ../../deps...