Sleepy Flower

Results 243 comments of Sleepy Flower

```cpp //First a direct message channel with the user you want needs to be created //To do this, use createDirectMessageChannel. //This sends a HTTP request, so the time it takes...

Umm are you sure that had to do with string view. It like it had more to do with std get not working

I don't see how c++17 brakes the line of code it's pointing to

It's correct, c++17 should have return type detection and it should use the top one.

I'm not sure how that's going to work. There's only one onMessage event and the library calls the function on the same thread that processed the event. I guess what...

I just remembered something, in the ready event, Discord sends you a list of private channels. Maybe you can use that to avoid making new private channels. https://github.com/yourWaifu/sleepy-discord/blob/ac62cfed4c3d2d1101f3c625cfe4a41a19a07a76/include/sleepy_discord/gateway.h#L36

I do however think it might be an asynchronicity problem since Discord expects a response or some action back from some actions at specified times. Missing these will cause a...

are you using cmake?

if so, I think I might have a solution. on this line https://github.com/yourWaifu/sleepy-discord/blob/54ef5357eb40bc3b1cc9a7c85e38b13ed1bef61c/CMakeLists.txt#L49 add this ```cmake if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") #using cmake to configure curl on linux has issues #so use...

can you give me the output from make?