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

It does not seem like it's currently possible to remove all buttons from a message when handling an interaction with `createInteractionResponse()`. To remove all buttons/components you must set the `components`...

sendMessage() doesn't work on Win32, but it does work when I use x64. Is there a fix to this?

1>------ 已启动全部重新生成: 项目: ZERO_CHECK, 配置: RelWithDebInfo Win32 ------ 1>Checking Build System 1>CMake is re-running because C:/Users/ASUS/Desktop/deps/build1/sleepy-discord/deps/cpr/CMakeFiles/generate.stamp is out-of-date. 1> the file 'C:/Users/ASUS/Desktop/deps/sleepy-discord/deps/cpr/CMakeLists.txt' 1> is newer than 'C:/Users/ASUS/Desktop/deps/build1/sleepy-discord/deps/cpr/CMakeFiles/generate.stamp.depend' 1> result='0' 1>--...

Long story short, my code is compiling fine in Visual Studio, but when I transferred the same code over to a new project in Qt Creator, I get build failures....

Following the getting started page, I generated the build file contents using `cmake -G "MSYS Makefiles" ..`. Used the MSYS generator because I am using MinGW64 from within MSYS. Upon...

1. Curl cries about ` The cmake option CMAKE_USE_DARWINSSL was renamed to CMAKE_USE_SECTRANSP` 2. can't find boost 3. can't find asio

"DUBUG" was used instead of "DEBUG". I just fixed that. Reject this pull request if you have written "DUBUG" explicitly.

This function does not work. I would like to be able to create categories and text channels.

I see that the API allows for adding a reaction but how can the bot check all the states of a reaction and whether the calling user selected that reaction?...

I am just now trying out this API, and i was trying to use the "hello" example, but it gives this error at the "client.run()" part. Also during the same...